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)
226
return _pdbName.CompareTo(((
NativeDebugDirectoryEntryNode
)other)._pdbName);
Compiler\DependencyAnalysis\ReadyToRun\DebugDirectoryNode.cs (2)
29
private
NativeDebugDirectoryEntryNode
_nativeEntry;
75
public
NativeDebugDirectoryEntryNode
PdbEntry => _nativeEntry;