4 writes to compileTimeHandle
ILCompiler.ReadyToRun (4)
JitInterface\CorInfoImpl.ReadyToRun.cs (4)
2816
pResult.
compileTimeHandle
= (CORINFO_GENERIC_STRUCT_*)ObjectToHandle(md);
2828
pResult.
compileTimeHandle
= (CORINFO_GENERIC_STRUCT_*)pResolvedToken.hField;
2837
pResult.
compileTimeHandle
= (CORINFO_GENERIC_STRUCT_*)pResolvedToken.hClass;
2850
pResult.
compileTimeHandle
= (CORINFO_GENERIC_STRUCT_*)ObjectToHandle(declaringMethod.OwningType);
3 references to compileTimeHandle
ILCompiler.ReadyToRun (3)
JitInterface\CorInfoImpl.ReadyToRun.cs (3)
2859
Debug.Assert(pResult.
compileTimeHandle
!= null);
2887
pResult.lookup.constLookup.handle = pResult.
compileTimeHandle
;
2919
Debug.Assert(pResult.
compileTimeHandle
!= null);