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