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