1 write to Module
ILCompiler.ReadyToRun (1)
Compiler\DependencyAnalysis\ReadyToRunCodegenNodeFactory.cs (1)
322
Module
= module;
6 references to Module
ILCompiler.ReadyToRun (6)
Compiler\DependencyAnalysis\ReadyToRunCodegenNodeFactory.cs (6)
325
public bool Equals(ModuleAndIntValueKey other) => IntValue == other.IntValue &&
Module
== other.
Module
;
330
if (
Module
== null)
332
return hashCode * 23 +
Module
.GetHashCode();
529
return new CopiedDebugDirectoryEntryNode(key.
Module
, key.IntValue);
544
return new CopiedFieldRvaNode(key.
Module
, key.IntValue);