1 write to _module
ILCompiler.ReadyToRun (1)
Compiler\DependencyAnalysis\ReadyToRun\DebugDirectoryNode.cs (1)
36
_module
= sourceModule;
13 references to _module
ILCompiler.ReadyToRun (13)
Compiler\DependencyAnalysis\ReadyToRun\DebugDirectoryNode.cs (13)
83
if (
_module
!= null)
84
directoryName =
_module
.Assembly.GetName().Name;
95
if (
_module
== null)
98
ImmutableArray<DebugDirectoryEntry> entries =
_module
.PEReader.SafeReadDebugDirectory();
110
if (
_module
!= null)
111
entries =
_module
.PEReader.SafeReadDebugDirectory();
145
builder.EmitReloc(factory.DebugDirectoryEntry(
_module
, i), RelocType.IMAGE_REL_BASED_ADDR32NB);
146
builder.EmitReloc(factory.DebugDirectoryEntry(
_module
, i), RelocType.IMAGE_REL_FILE_ABSOLUTE);
157
if (
_module
== null)
159
if (((DebugDirectoryNode)other).
_module
== null)
163
else if (((DebugDirectoryNode)other).
_module
== null)
168
return
_module
.CompareTo(((DebugDirectoryNode)other).
_module
);