1 write to m_format
System.Core (1)
System\Security\Cryptography\CngKeyBlobFormat.cs (1)
42m_format = format;
8 references to m_format
System.Core (8)
System\Security\Cryptography\CngKeyBlobFormat.cs (8)
33Contract.Ensures(!String.IsNullOrEmpty(m_format)); 51return m_format; 73Contract.Assert(m_format != null); 83return m_format.Equals(other.Format); 87Contract.Assert(m_format != null); 88return m_format.GetHashCode(); 92Contract.Assert(m_format != null); 93return m_format;