7 writes to m_hashAlg
mscorlib (7)
system\security\policy\hashmembershipcondition.cs (7)
49m_hashAlg = HashAlgorithm.Create(hashAlgorithm); 51m_hashAlg = new SHA1Managed(); 63m_hashAlg = hashAlg; 82m_hashAlg = value; 194m_hashAlg = null; 272m_hashAlg = HashAlgorithm.Create(elHashAlg); 274m_hashAlg = new SHA1Managed();
21 references to m_hashAlg
mscorlib (21)
system\security\policy\hashmembershipcondition.cs (21)
85if (m_hashAlg == null && m_element != null) 87return m_hashAlg; 127if (m_hashAlg == null && m_element != null) 132asmHash = hash.GenerateHash(m_hashAlg); 148if (m_hashAlg == null && m_element != null) 151return new HashMembershipCondition(m_hashAlg, m_value); 166if (m_hashAlg == null && m_element != null) 178if (m_hashAlg != null) 201if (this.m_hashAlg == null && this.m_element != null) 203if (that.m_hashAlg == null && that.m_element != null) 206if (this.m_hashAlg != null && that.m_hashAlg != null && 207this.m_hashAlg.GetType() == that.m_hashAlg.GetType()) { 227if (this.m_hashAlg == null && this.m_element != null) 230int accumulator = this.m_hashAlg != null ? this.m_hashAlg.GetType().GetHashCode() : 0; 239if (m_hashAlg == null) 242return Environment.GetResourceString("Hash_ToString", m_hashAlg.GetType().AssemblyQualifiedName, Hex.EncodeHexString(HashValue)); 259if (m_value != null && m_hashAlg != null) { 276if (m_value != null && m_hashAlg != null)