Base:
property
IsRefLikeType
Microsoft.CodeAnalysis.CSharp.Symbols.TypeSymbol.IsRefLikeType
5 references to IsRefLikeType
Microsoft.CodeAnalysis.CSharp (5)
Symbols\Metadata\PE\PENamedTypeSymbol.cs (5)
711(IsRefLikeType && ObsoleteAttributeData is null) ? AttributeDescription.ObsoleteAttribute : default, 717IsRefLikeType ? AttributeDescription.IsByRefLikeAttribute : default, 720(IsRefLikeType && DeriveCompilerFeatureRequiredDiagnostic() is null) ? AttributeDescription.CompilerFeatureRequiredAttribute : default, 2172var diag = PEUtilities.DeriveCompilerFeatureRequiredAttributeDiagnostic(this, ContainingPEModule, Handle, allowedFeatures: IsRefLikeType ? CompilerFeatureRequiredFeatures.RefStructs : CompilerFeatureRequiredFeatures.None, decoder); 2398bool ignoreByRefLikeMarker = this.IsRefLikeType;