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