1 write to MethodIL
ILCompiler.ReadyToRun (1)
Compiler\ReadyToRunCodegenCompilation.cs (1)
222
return new MethodILData() { Method = key,
MethodIL
= methodIL };
1 reference to MethodIL
ILCompiler.ReadyToRun (1)
Compiler\ReadyToRunCodegenCompilation.cs (1)
120
return _methodILCache.GetOrCreateValue(method).
MethodIL
;