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 && 41public override int GetHashCode() => _hashCode;