6 overrides of ComputeHashCode
ILCompiler.Compiler (2)
parent\parent\Common\TypeSystem\IL\Stubs\AsyncResumptionStub.cs (1)
44
protected override int
ComputeHashCode
() => _targetMethod.GetHashCode();
parent\parent\Common\TypeSystem\IL\Stubs\DynamicInvokeMethodThunk.cs (1)
118
protected override int
ComputeHashCode
()
ILCompiler.ReadyToRun (2)
parent\parent\Common\JitInterface\UnboxingMethodDesc.cs (1)
80
protected override int
ComputeHashCode
()
parent\parent\Common\TypeSystem\IL\Stubs\AsyncResumptionStub.cs (1)
44
protected override int
ComputeHashCode
() => _targetMethod.GetHashCode();
ILCompiler.RyuJit (1)
parent\parent\Common\JitInterface\UnboxingMethodDesc.cs (1)
80
protected override int
ComputeHashCode
()
ILCompiler.TypeSystem (1)
parent\parent\Common\TypeSystem\Common\InstantiatedMethod.cs (1)
37
protected override int
ComputeHashCode
()
3 references to ComputeHashCode
ILCompiler.Compiler (1)
parent\parent\Common\TypeSystem\IL\Stubs\DynamicInvokeMethodThunk.cs (1)
122
return base.
ComputeHashCode
() ^ _targetSignature.GetHashCode();
ILCompiler.TypeSystem (2)
parent\parent\Common\TypeSystem\Common\MethodDesc.cs (2)
507
Debug.Assert(hashcode ==
ComputeHashCode
());
520
_hashcode =
ComputeHashCode
();