1 write to Module
ILCompiler.ReadyToRun (1)
Compiler\DependencyAnalysis\ReadyToRunCodegenNodeFactory.cs (1)
208Module = module;
8 references to Module
ILCompiler.ReadyToRun (8)
Compiler\DependencyAnalysis\ReadyToRunCodegenNodeFactory.cs (8)
211public bool Equals(ModuleAndIntValueKey other) => IntValue == other.IntValue && ((Module == null && other.Module == null) || Module.Equals(other.Module)); 216if (Module == null) 218return hashCode * 23 + Module.GetHashCode(); 393return new CopiedDebugDirectoryEntryNode(key.Module, key.IntValue); 408return new CopiedFieldRvaNode(key.Module, key.IntValue);