6 references to IsLayoutFixedInCurrentVersionBubble
ILCompiler.ReadyToRun (6)
Compiler\ReadyToRunCodegenCompilation.cs (3)
635if (!IsLayoutFixedInCurrentVersionBubble(fieldType)) 655if (!IsLayoutFixedInCurrentVersionBubble(type)) 671if (!IsLayoutFixedInCurrentVersionBubble(type))
JitInterface\CorInfoImpl.ReadyToRun.cs (2)
2998return !_compilation.IsLayoutFixedInCurrentVersionBubble(type) || (_compilation.SymbolNodeFactory.VerifyTypeAndFieldLayout && !((MetadataType)type).IsNonVersionable()); 3023else if (!_compilation.IsLayoutFixedInCurrentVersionBubble(pMT))
src\runtime\src\coreclr\tools\Common\JitInterface\CorInfoImpl.cs (1)
2672if (!parNode->hasSignificantPadding && !_compilation.IsLayoutFixedInCurrentVersionBubble(type))