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