3 types derived from DebugDirectoryEntryNode
ILCompiler.ReadyToRun (3)
Compiler\DependencyAnalysis\ReadyToRun\DebugDirectoryEntryNode.cs (3)
69public class PerfMapDebugDirectoryEntryNode : DebugDirectoryEntryNode 148public class NativeDebugDirectoryEntryNode : DebugDirectoryEntryNode 282public class CopiedDebugDirectoryEntryNode : DebugDirectoryEntryNode
4 references to DebugDirectoryEntryNode
ILCompiler.ReadyToRun (4)
Compiler\DependencyAnalysis\ReadyToRun\DebugDirectoryEntryNode.cs (1)
50return _module.CompareTo(((DebugDirectoryEntryNode)other)._module);
Compiler\DependencyAnalysis\ReadyToRunCodegenNodeFactory.cs (3)
364_debugDirectoryEntries = new NodeCache<ModuleAndIntValueKey, DebugDirectoryEntryNode>(key => 1194private NodeCache<ModuleAndIntValueKey, DebugDirectoryEntryNode> _debugDirectoryEntries; 1196public DebugDirectoryEntryNode DebugDirectoryEntry(EcmaModule module, int debugDirEntryIndex)