6 references to IsLayoutFixedInCurrentVersionBubble
ILCompiler.ReadyToRun (6)
Compiler\ReadyToRunCodegenCompilation.cs (3)
624if (!IsLayoutFixedInCurrentVersionBubble(fieldType)) 644if (!IsLayoutFixedInCurrentVersionBubble(type)) 660if (!IsLayoutFixedInCurrentVersionBubble(type))
JitInterface\CorInfoImpl.ReadyToRun.cs (2)
3034return !_compilation.IsLayoutFixedInCurrentVersionBubble(type) || (_compilation.SymbolNodeFactory.VerifyTypeAndFieldLayout && !((MetadataType)type).IsNonVersionable()); 3059else if (!_compilation.IsLayoutFixedInCurrentVersionBubble(pMT))
src\runtime\src\coreclr\tools\Common\JitInterface\CorInfoImpl.cs (1)
2574if (!parNode->hasSignificantPadding && !_compilation.IsLayoutFixedInCurrentVersionBubble(type))