2 writes to _methodILCache
ILCompiler.ReadyToRun (2)
Compiler\ReadyToRunCodegenCompilation.cs (2)
71
_methodILCache
= new ILCache((ReadyToRunILProvider)ilProvider, NodeFactory.CompilationModuleGroup);
848
_methodILCache
= new ILCache(_methodILCache.ILProvider, NodeFactory.CompilationModuleGroup);
8 references to _methodILCache
ILCompiler.ReadyToRun (8)
Compiler\ReadyToRunCodegenCompilation.cs (8)
120
return
_methodILCache
.GetOrCreateValue(method).MethodIL;
730
var ilProvider = (ReadyToRunILProvider)
_methodILCache
.ILProvider;
796
MethodIL il =
_methodILCache
.ILProvider.GetMethodIL(method);
839
var ilProvider = (ReadyToRunILProvider)
_methodILCache
.ILProvider;
847
if (
_methodILCache
.Count > 1000 ||
_methodILCache
.ILProvider.Version !=
_methodILCache
.ExpectedILProviderVersion)
848
_methodILCache = new ILCache(
_methodILCache
.ILProvider, NodeFactory.CompilationModuleGroup);