1 write to FixupKind
ILCompiler.ReadyToRun (1)
Compiler\DependencyAnalysis\ReadyToRunCodegenNodeFactory.cs (1)
712FixupKind = fixupKind;
4 references to FixupKind
ILCompiler.ReadyToRun (4)
Compiler\DependencyAnalysis\ReadyToRunCodegenNodeFactory.cs (4)
420return new TypeFixupSignature(key.FixupKind, key.TypeDesc); 718return FixupKind == other.FixupKind && TypeDesc == other.TypeDesc; 728return FixupKind.GetHashCode() ^ (31 * TypeDesc.GetHashCode());