2 writes to _methodILCache
ILCompiler.Compiler (2)
Compiler\Compilation.cs (2)
74_methodILCache = new ILCache(ilProvider); 83_methodILCache = new ILCache(_methodILCache.ILProvider);
3 references to _methodILCache
ILCompiler.Compiler (3)
Compiler\Compilation.cs (3)
82if (_methodILCache.Count > 1000) 83_methodILCache = new ILCache(_methodILCache.ILProvider); 85return _methodILCache.GetOrCreateValue(method).MethodIL;