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