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