1 write to _debugInformationProvider
ILCompiler.Compiler (1)
Compiler\Compilation.cs (1)
53
_debugInformationProvider
= debugInformationProvider;
2 references to _debugInformationProvider
ILCompiler.Compiler (1)
Compiler\Compilation.cs (1)
158
return
_debugInformationProvider
.GetDebugInfo(methodIL);
ILCompiler.RyuJit (1)
Compiler\RyuJitCompilation.cs (1)
113
if (
_debugInformationProvider
is not NullDebugInformationProvider)