1 write to Module
ILCompiler.ReadyToRun (1)
Compiler\DependencyAnalysis\ReadyToRunCodegenNodeFactory.cs (1)
322Module = module;
6 references to Module
ILCompiler.ReadyToRun (6)
Compiler\DependencyAnalysis\ReadyToRunCodegenNodeFactory.cs (6)
325public bool Equals(ModuleAndIntValueKey other) => IntValue == other.IntValue && Module == other.Module; 330if (Module == null) 332return hashCode * 23 + Module.GetHashCode(); 529return new CopiedDebugDirectoryEntryNode(key.Module, key.IntValue); 544return new CopiedFieldRvaNode(key.Module, key.IntValue);