3 writes to handleType
ILCompiler.ReadyToRun (3)
JitInterface\CorInfoImpl.ReadyToRun.cs (3)
2812
pResult.
handleType
= CorInfoGenericHandleType.CORINFO_HANDLETYPE_METHOD;
2827
pResult.
handleType
= CorInfoGenericHandleType.CORINFO_HANDLETYPE_FIELD;
2836
pResult.
handleType
= CorInfoGenericHandleType.CORINFO_HANDLETYPE_CLASS;
5 references to handleType
ILCompiler.ReadyToRun (5)
JitInterface\CorInfoImpl.ReadyToRun.cs (5)
2864
switch (pResult.
handleType
)
2876
throw new NotImplementedException(pResult.
handleType
.ToString());
2923
if (pResult.
handleType
== CorInfoGenericHandleType.CORINFO_HANDLETYPE_METHOD)
2934
switch (pResult.
handleType
)
2971
throw new NotImplementedException(pResult.
handleType
.ToString());