1 write to m_hashCode
System.Data.Entity (1)
System\Data\Query\InternalTrees\RuleProcessor.cs (1)
181m_hashCode = context.GetHashCode(node);
3 references to m_hashCode
System.Data.Entity (3)
System\Data\Query\InternalTrees\RuleProcessor.cs (3)
189return m_hashCode; 194return ((other != null) && (m_hashCode == other.m_hashCode) &&