1 write to Module
ILCompiler.ReadyToRun (1)
Compiler\DependencyAnalysis\ReadyToRunCodegenNodeFactory.cs (1)
208
Module
= module;
8 references to Module
ILCompiler.ReadyToRun (8)
Compiler\DependencyAnalysis\ReadyToRunCodegenNodeFactory.cs (8)
211
public bool Equals(ModuleAndIntValueKey other) => IntValue == other.IntValue && ((
Module
== null && other.
Module
== null) ||
Module
.Equals(other.
Module
));
216
if (
Module
== null)
218
return hashCode * 23 +
Module
.GetHashCode();
393
return new CopiedDebugDirectoryEntryNode(key.
Module
, key.IntValue);
408
return new CopiedFieldRvaNode(key.
Module
, key.IntValue);