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