1 write to _module
ILCompiler.ReadyToRun (1)
Compiler\DependencyAnalysis\ReadyToRun\DebugDirectoryEntryNode.cs (1)
28_module = module;
6 references to _module
ILCompiler.ReadyToRun (6)
Compiler\DependencyAnalysis\ReadyToRun\DebugDirectoryEntryNode.cs (6)
50return _module.CompareTo(((DebugDirectoryEntryNode)other)._module); 298sb.Append($"__CopiedDebugEntryNode_{_debugEntryIndex}_{_module.Assembly.GetName().Name}"); 308ImmutableArray<DebugDirectoryEntry> entries = _module.PEReader.SafeReadDebugDirectory(); 313PEMemoryBlock block = _module.PEReader.GetSectionData(sourceDebugEntry.DataRelativeVirtualAddress); 317return new ObjectData(result, Array.Empty<Relocation>(), _module.Context.Target.PointerSize, new ISymbolDefinitionNode[] { this });