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