2 instantiations of NullDebugInformationProvider
ilc (1)
Program.cs (1)
589
new
NullDebugInformationProvider
();
ILCompiler.Compiler (1)
Compiler\ILScannerBuilder.cs (1)
88
return new ILScanner(graph, nodeFactory, [.._compilationRoots, _typeMapManager], _ilProvider, new
NullDebugInformationProvider
(), _logger, _parallelism);
2 references to NullDebugInformationProvider
ILCompiler.RyuJit (2)
Compiler\RyuJitCompilation.cs (1)
113
if (_debugInformationProvider is not
NullDebugInformationProvider
)
Compiler\RyuJitCompilationBuilder.cs (1)
123
if (!(_debugInformationProvider is
NullDebugInformationProvider
))