2 references to HashCode
System.Private.CoreLib (2)
Internal\Runtime\CompilerServices\OpenMethodResolver.cs (1)
195return CalcHashCode(_resolveType, _handle, _methodHandleOrSlotOrCodePointer.GetHashCode(), _declaringType == null ? 0 : (int)_declaringType->HashCode);
System\RuntimeTypeHandle.cs (1)
41return (int)this.ToMethodTable()->HashCode;