7 references to IsNonVersionable
ILCompiler.ReadyToRun (7)
Compiler\ReadyToRunCodegenCompilation.cs (1)
609return type is MetadataType metadataType && metadataType.IsNonVersionable();
Compiler\ReadyToRunCompilationModuleGroupBase.cs (4)
599if (metadataType.IsNonVersionable()) 623if (!owningMetadataType.IsNonVersionable()) 648if (metadataType.IsNonVersionable()) 662if (!type.IsNonVersionable())
JitInterface\CorInfoImpl.ReadyToRun.cs (2)
1511if (!(_compilation.NodeFactory.CompilationModuleGroup.VersionsWithType(resultField.OwningType) || resultField.OwningType.IsNonVersionable())) 3034return !_compilation.IsLayoutFixedInCurrentVersionBubble(type) || (_compilation.SymbolNodeFactory.VerifyTypeAndFieldLayout && !((MetadataType)type).IsNonVersionable());