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