1 write to FixupKind
ILCompiler.ReadyToRun (1)
Compiler\DependencyAnalysis\ReadyToRunCodegenNodeFactory.cs (1)
798
FixupKind
= fixupKind;
4 references to FixupKind
ILCompiler.ReadyToRun (4)
Compiler\DependencyAnalysis\ReadyToRunCodegenNodeFactory.cs (4)
499
return new TypeFixupSignature(key.
FixupKind
, key.TypeDesc);
804
return
FixupKind
== other.
FixupKind
&& TypeDesc == other.TypeDesc;
814
return
FixupKind
.GetHashCode() ^ (31 * TypeDesc.GetHashCode());