1 instantiation of NativeDebugDirectoryEntryNode
ILCompiler.ReadyToRun (1)
Compiler\DependencyAnalysis\ReadyToRun\DebugDirectoryNode.cs (1)
46_nativeEntry = new NativeDebugDirectoryEntryNode(pdbNameRoot + ".ni.pdb");
3 references to NativeDebugDirectoryEntryNode
ILCompiler.ReadyToRun (3)
Compiler\DependencyAnalysis\ReadyToRun\DebugDirectoryEntryNode.cs (1)
226return _pdbName.CompareTo(((NativeDebugDirectoryEntryNode)other)._pdbName);
Compiler\DependencyAnalysis\ReadyToRun\DebugDirectoryNode.cs (2)
29private NativeDebugDirectoryEntryNode _nativeEntry; 75public NativeDebugDirectoryEntryNode PdbEntry => _nativeEntry;