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