1 write to m_format
System.Core (1)
System\Security\Cryptography\ECDiffieHellmanCngPublicKey.cs (1)
32
m_format
= format;
4 references to m_format
System.Core (4)
System\Security\Cryptography\ECDiffieHellmanCngPublicKey.cs (4)
30
Contract.Ensures(
m_format
!= null);
43
Contract.Assert(
m_format
!= null);
45
return
m_format
;
119
Contract.Assert(
m_format
!= null);