2 writes to _hashcode
ILCompiler.TypeSystem (2)
parent\parent\Common\TypeSystem\Common\MethodDesc.cs (2)
506
_hashcode
= hashcode;
520
_hashcode
= ComputeHashCode();
3 references to _hashcode
ILCompiler.TypeSystem (3)
parent\parent\Common\TypeSystem\Common\MethodDesc.cs (3)
512
if (
_hashcode
!= 0)
513
return
_hashcode
;
521
return
_hashcode
;