3 references to IsInheritanceChainLayoutFixedInCurrentVersionBubble
ILCompiler.ReadyToRun (3)
JitInterface\CorInfoImpl.ReadyToRun.cs (1)
3087else if (_compilation.IsInheritanceChainLayoutFixedInCurrentVersionBubble(pMT.BaseType))
src\runtime\src\coreclr\tools\Common\JitInterface\CorInfoImpl.cs (2)
2279Debug.Assert(_compilation.IsInheritanceChainLayoutFixedInCurrentVersionBubble(type)); 2295if (!_compilation.IsInheritanceChainLayoutFixedInCurrentVersionBubble(type))