5 writes to m_value
System (5)
security\system\security\cryptography\oid.cs (5)
62m_value = value; 69m_value = oid.m_value; 78m_value = value; 111set { m_value = value; } 128m_value = oidValue;
4 references to m_value
System (4)
security\system\security\cryptography\oid.cs (4)
69m_value = oid.m_value; 110get { return m_value; } 116if(m_friendlyName == null && m_value != null) 117m_friendlyName = X509Utils.FindOidInfoWithFallback(CAPI.CRYPT_OID_INFO_OID_KEY, m_value, m_group);