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