1 write to _hashCode
System.Private.CoreLib (1)
src\System\Runtime\CompilerServices\VirtualDispatchHelpers.cs (1)
25
_hashCode
= (int) ((uint)objectMethodTable + (BitOperations.RotateLeft((uint)classHandle, 5)) + (BitOperations.RotateRight((uint)methodHandle, 5)));
3 references to _hashCode
System.Private.CoreLib (3)
src\System\Runtime\CompilerServices\VirtualDispatchHelpers.cs (3)
33
_hashCode
== other.
_hashCode
&&
41
public override int GetHashCode() =>
_hashCode
;