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