6 references to Hash
System.Xml (6)
System\Xml\Serialization\ImportContext.cs (6)
162if (Hash[o1] == null) 163Hash[o1] = GetHash(o1); 164int hash1 = (int)Hash[o1]; 192object cachedHash = Hash[list[i]]; 210object hash = Hash[o]; 222Hash[o] = code;