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)
77
private
ILCache
_methodILCache;
554
private sealed class ILCache : LockFreeReaderHashtable<MethodDesc,
ILCache
.MethodILData>