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