Base:
3 references to GetHashCode
ILCompiler.Compiler (1)
src\runtime\src\coreclr\tools\Common\Compiler\EventPseudoDesc.cs (1)
92
public override int GetHashCode() => _type.GetHashCode() ^ _handle.
GetHashCode
();
ILCompiler.ReadyToRun (1)
src\runtime\src\coreclr\tools\Common\Compiler\EventPseudoDesc.cs (1)
92
public override int GetHashCode() => _type.GetHashCode() ^ _handle.
GetHashCode
();
System.Reflection.MetadataLoadContext (1)
System\Reflection\TypeLoading\Events\Ecma\EcmaEvent.cs (1)
57
public sealed override int GetHashCode() => _handle.
GetHashCode
() ^ DeclaringType.GetHashCode();