1 write to IntValue
ILCompiler.ReadyToRun (1)
Compiler\DependencyAnalysis\ReadyToRunCodegenNodeFactory.cs (1)
218IntValue = integer;
5 references to IntValue
ILCompiler.ReadyToRun (5)
Compiler\DependencyAnalysis\ReadyToRunCodegenNodeFactory.cs (5)
222public bool Equals(ModuleAndIntValueKey other) => IntValue == other.IntValue && Module == other.Module; 226int hashCode = IntValue * 0x5498341 + 0x832424; 409return new CopiedDebugDirectoryEntryNode(key.Module, key.IntValue); 424return new CopiedFieldRvaNode(key.Module, key.IntValue);