Base:
property
IsRefLikeType
Microsoft.CodeAnalysis.CSharp.Symbols.TypeSymbol.IsRefLikeType
4 references to IsRefLikeType
Microsoft.CodeAnalysis.CSharp (4)
Symbols\Metadata\PE\PENamedTypeSymbol.cs (4)
998var filterObsoleteAttribute = IsRefLikeType && ObsoleteAttributeData is null; 1000var filterIsByRefLikeAttribute = IsRefLikeType; 2781var diag = PEUtilities.DeriveCompilerFeatureRequiredAttributeDiagnostic(this, ContainingPEModule, Handle, allowedFeatures: IsRefLikeType ? CompilerFeatureRequiredFeatures.RefStructs : CompilerFeatureRequiredFeatures.None, decoder); 3028bool ignoreByRefLikeMarker = this.IsRefLikeType;