1 write to _jitVisibleHashCode
ILCompiler.ReadyToRun (1)
src\runtime\src\coreclr\tools\Common\JitInterface\UnboxingMethodDesc.cs (1)
28
_jitVisibleHashCode
= HashCode.Combine(wrappedMethod.GetHashCode(), 401752602);
1 reference to _jitVisibleHashCode
ILCompiler.ReadyToRun (1)
src\runtime\src\coreclr\tools\Common\JitInterface\UnboxingMethodDesc.cs (1)
85
int IJitHashableOnly.GetJitVisibleHashCode() =>
_jitVisibleHashCode
;