2 instantiations of ILCache
ILCompiler.Compiler (2)
Compiler\Compilation.cs (2)
74_methodILCache = new ILCache(ilProvider); 83_methodILCache = new ILCache(_methodILCache.ILProvider);
2 references to ILCache
ILCompiler.Compiler (2)
Compiler\Compilation.cs (2)
77private ILCache _methodILCache; 554private sealed class ILCache : LockFreeReaderHashtable<MethodDesc, ILCache.MethodILData>