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