7 references to CorInfoGenericHandleType
ILCompiler.Compiler (1)
src\runtime\src\coreclr\tools\Common\JitInterface\CorInfoTypes.cs (1)
777
public
CorInfoGenericHandleType
handleType;
ILCompiler.RyuJit (6)
JitInterface\CorInfoImpl.RyuJit.cs (6)
1751
pResult.handleType =
CorInfoGenericHandleType
.CORINFO_HANDLETYPE_METHOD;
1772
pResult.handleType =
CorInfoGenericHandleType
.CORINFO_HANDLETYPE_FIELD;
1783
pResult.handleType =
CorInfoGenericHandleType
.CORINFO_HANDLETYPE_CLASS;
1906
pResult.handleType =
CorInfoGenericHandleType
.CORINFO_HANDLETYPE_CLASS;
1910
pResult.handleType =
CorInfoGenericHandleType
.CORINFO_HANDLETYPE_METHOD;
1914
pResult.handleType =
CorInfoGenericHandleType
.CORINFO_HANDLETYPE_UNKNOWN;