7 references to IsNonVersionable
ILCompiler.ReadyToRun (7)
Compiler\ReadyToRunCodegenCompilation.cs (1)
633return type is MetadataType metadataType && metadataType.IsNonVersionable();
Compiler\ReadyToRunCompilationModuleGroupBase.cs (4)
619if (metadataType.IsNonVersionable()) 643if (!owningMetadataType.IsNonVersionable()) 668if (metadataType.IsNonVersionable()) 682if (!type.IsNonVersionable())
JitInterface\CorInfoImpl.ReadyToRun.cs (2)
1471if (!(_compilation.NodeFactory.CompilationModuleGroup.VersionsWithType(resultField.OwningType) || resultField.OwningType.IsNonVersionable())) 3104return !_compilation.IsLayoutFixedInCurrentVersionBubble(type) || (_compilation.SymbolNodeFactory.VerifyTypeAndFieldLayout && !((MetadataType)type).IsNonVersionable());