7 references to GetHashCodeOfPtr
mscorlib (7)
system\argiterator.cs (1)
134return ValueType.GetHashCodeOfPtr(ArgCookie);
system\multicastdelegate.cs (2)
507return ValueType.GetHashCodeOfPtr(_methodPtr) ^ ValueType.GetHashCodeOfPtr(_methodPtrAux);
system\reflection\mdimport.cs (1)
299return ValueType.GetHashCodeOfPtr(m_metadataImport2);
system\reflection\methodinfo.cs (1)
426return ValueType.GetHashCodeOfPtr(m_handle);
system\runtimehandles.cs (2)
1095return ValueType.GetHashCodeOfPtr(Value); 1643return ValueType.GetHashCodeOfPtr(Value);