1 write to Module
ILCompiler.ReadyToRun (1)
Compiler\DependencyAnalysis\ReadyToRunCodegenNodeFactory.cs (1)
255
Module
= module;
6 references to Module
ILCompiler.ReadyToRun (6)
Compiler\DependencyAnalysis\ReadyToRunCodegenNodeFactory.cs (6)
258
public bool Equals(ModuleAndIntValueKey other) => IntValue == other.IntValue &&
Module
== other.
Module
;
263
if (
Module
== null)
265
return hashCode * 23 +
Module
.GetHashCode();
450
return new CopiedDebugDirectoryEntryNode(key.
Module
, key.IntValue);
465
return new CopiedFieldRvaNode(key.
Module
, key.IntValue);