1 write to MethodIL
ILCompiler.Compiler (1)
Compiler\Compilation.cs (1)
581return new MethodILData() { Method = key, MethodIL = ILProvider.GetMethodIL(key) };
1 reference to MethodIL
ILCompiler.Compiler (1)
Compiler\Compilation.cs (1)
85return _methodILCache.GetOrCreateValue(method).MethodIL;