1 write to IntValue
ILCompiler.ReadyToRun (1)
Compiler\DependencyAnalysis\ReadyToRunCodegenNodeFactory.cs (1)
207
IntValue
= integer;
5 references to IntValue
ILCompiler.ReadyToRun (5)
Compiler\DependencyAnalysis\ReadyToRunCodegenNodeFactory.cs (5)
211
public bool Equals(ModuleAndIntValueKey other) =>
IntValue
== other.
IntValue
&& ((Module == null && other.Module == null) || Module.Equals(other.Module));
215
int hashCode =
IntValue
* 0x5498341 + 0x832424;
393
return new CopiedDebugDirectoryEntryNode(key.Module, key.
IntValue
);
408
return new CopiedFieldRvaNode(key.Module, key.
IntValue
);