1 write to Module
ILCompiler.ReadyToRun (1)
Compiler\DependencyAnalysis\ReadyToRunCodegenNodeFactory.cs (1)
191
Module
= module;
8 references to Module
ILCompiler.ReadyToRun (8)
Compiler\DependencyAnalysis\ReadyToRunCodegenNodeFactory.cs (8)
194
public bool Equals(ModuleAndIntValueKey other) => IntValue == other.IntValue && ((
Module
== null && other.
Module
== null) ||
Module
.Equals(other.
Module
));
199
if (
Module
== null)
201
return hashCode * 23 +
Module
.GetHashCode();
366
return new CopiedDebugDirectoryEntryNode(key.
Module
, key.IntValue);
381
return new CopiedFieldRvaNode(key.
Module
, key.IntValue);