2 instantiations of ILCache
ILCompiler.ReadyToRun (2)
Compiler\ReadyToRunCodegenCompilation.cs (2)
71
_methodILCache = new
ILCache
((ReadyToRunILProvider)ilProvider, NodeFactory.CompilationModuleGroup);
836
_methodILCache = new
ILCache
(_methodILCache.ILProvider, NodeFactory.CompilationModuleGroup);
2 references to ILCache
ILCompiler.ReadyToRun (2)
Compiler\ReadyToRunCodegenCompilation.cs (2)
35
protected
ILCache
_methodILCache;
183
public sealed class ILCache : LockFreeReaderHashtable<MethodDesc,
ILCache
.MethodILData>