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