3 writes to m_element
mscorlib (3)
system\security\policy\hashmembershipcondition.cs (3)
192m_element = e; 260m_element = null; 277m_element = null;
18 references to m_element
mscorlib (18)
system\security\policy\hashmembershipcondition.cs (18)
85if (m_hashAlg == null && m_element != null) 100if (m_value == null && m_element != null) 124if (m_value == null && m_element != null) 127if (m_hashAlg == null && m_element != null) 145if (m_value == null && m_element != null) 148if (m_hashAlg == null && m_element != null) 163if (m_value == null && m_element != null) 166if (m_hashAlg == null && m_element != null) 201if (this.m_hashAlg == null && this.m_element != null) 203if (that.m_hashAlg == null && that.m_element != null) 208if (this.m_value == null && this.m_element != null) 210if (that.m_value == null && that.m_element != null) 227if (this.m_hashAlg == null && this.m_element != null) 231if (this.m_value == null && this.m_element != null) 250if (m_element == null) 253string elHash = m_element.Attribute(s_tagHashValue); 267if (m_element == null) 270string elHashAlg = m_element.Attribute(s_tagHashAlgorithm);