1 write to m_blockSize
System.Core (1)
System\Security\Cryptography\CapiSymmetricAlgorithm.cs (1)
56
m_blockSize
= blockSize;
2 references to m_blockSize
System.Core (2)
System\Security\Cryptography\CapiSymmetricAlgorithm.cs (2)
77
get { return
m_blockSize
/ 8; }
81
get { return
m_blockSize
/ 8; }