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