1 write to Module
ILCompiler.ReadyToRun (1)
Compiler\DependencyAnalysis\ReadyToRunCodegenNodeFactory.cs (1)
191Module = module;
8 references to Module
ILCompiler.ReadyToRun (8)
Compiler\DependencyAnalysis\ReadyToRunCodegenNodeFactory.cs (8)
194public bool Equals(ModuleAndIntValueKey other) => IntValue == other.IntValue && ((Module == null && other.Module == null) || Module.Equals(other.Module)); 199if (Module == null) 201return hashCode * 23 + Module.GetHashCode(); 366return new CopiedDebugDirectoryEntryNode(key.Module, key.IntValue); 381return new CopiedFieldRvaNode(key.Module, key.IntValue);