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