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)
82
if (
_methodILCache
.Count > 1000)
83
_methodILCache = new ILCache(
_methodILCache
.ILProvider);
85
return
_methodILCache
.GetOrCreateValue(method).MethodIL;