1 write to _handle
ILCompiler.TypeSystem (1)
src\runtime\src\coreclr\tools\Common\TypeSystem\Ecma\EcmaType.cs (1)
40
_handle
= handle;
5 references to _handle
ILCompiler.TypeSystem (5)
src\runtime\src\coreclr\tools\Common\TypeSystem\Ecma\EcmaType.cs (3)
71
return
_handle
;
133
return
_handle
;
652
return
_handle
.Equals(MetadataTokens.TypeDefinitionHandle(0x00000001 /* COR_GLOBAL_PARENT_TOKEN */));
src\runtime\src\coreclr\tools\Common\TypeSystem\Ecma\EcmaType.Sorting.cs (2)
22
return _module.MetadataReader.GetToken(
_handle
) - otherType._module.MetadataReader.GetToken(otherType.
_handle
);