2 references to Check_FieldOffset
ILCompiler.ReadyToRun (2)
Compiler\DependencyAnalysis\ReadyToRun\FieldFixupSignature.cs (1)
64
if ((_fixupKind == ReadyToRunFixupKind.
Check_FieldOffset
) ||
Compiler\DependencyAnalysis\ReadyToRunSymbolNodeFactory.cs (1)
115
new FieldFixupSignature(_verifyTypeAndFieldLayout ? ReadyToRunFixupKind.Verify_FieldOffset : ReadyToRunFixupKind.
Check_FieldOffset
, key, _codegenNodeFactory)