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); 300sb.Append($"__CopiedDebugEntryNode_{_debugEntryIndex}_{_module.Assembly.GetName().Name}"); 310ImmutableArray<DebugDirectoryEntry> entries = _module.PEReader.SafeReadDebugDirectory(); 315PEMemoryBlock block = _module.PEReader.GetSectionData(sourceDebugEntry.DataRelativeVirtualAddress); 319return new ObjectData(result, Array.Empty<Relocation>(), _module.Context.Target.PointerSize, new ISymbolDefinitionNode[] { this });