1 write to Module
ILCompiler.ReadyToRun (1)
Compiler\DependencyAnalysis\ReadyToRunCodegenNodeFactory.cs (1)
219
Module
= module;
6 references to Module
ILCompiler.ReadyToRun (6)
Compiler\DependencyAnalysis\ReadyToRunCodegenNodeFactory.cs (6)
222
public bool Equals(ModuleAndIntValueKey other) => IntValue == other.IntValue &&
Module
== other.
Module
;
227
if (
Module
== null)
229
return hashCode * 23 +
Module
.GetHashCode();
409
return new CopiedDebugDirectoryEntryNode(key.
Module
, key.IntValue);
424
return new CopiedFieldRvaNode(key.
Module
, key.IntValue);