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)
158return _debugInformationProvider.GetDebugInfo(methodIL);
ILCompiler.RyuJit (1)
Compiler\RyuJitCompilation.cs (1)
113if (_debugInformationProvider is not NullDebugInformationProvider)