6 references to IsLayoutFixedInCurrentVersionBubble
ILCompiler.ReadyToRun (6)
Compiler\ReadyToRunCodegenCompilation.cs (3)
638if (!IsLayoutFixedInCurrentVersionBubble(fieldType)) 658if (!IsLayoutFixedInCurrentVersionBubble(type)) 674if (!IsLayoutFixedInCurrentVersionBubble(type))
JitInterface\CorInfoImpl.ReadyToRun.cs (2)
3108return !_compilation.IsLayoutFixedInCurrentVersionBubble(type) || (_compilation.SymbolNodeFactory.VerifyTypeAndFieldLayout && !((MetadataType)type).IsNonVersionable()); 3133else if (!_compilation.IsLayoutFixedInCurrentVersionBubble(pMT))
src\runtime\src\coreclr\tools\Common\JitInterface\CorInfoImpl.cs (1)
2729if (!parNode->hasSignificantPadding && !_compilation.IsLayoutFixedInCurrentVersionBubble(type))