2 references to IsValidUnscopedRefAttributeTarget
Microsoft.CodeAnalysis.CSharp (2)
Symbols\Source\SourceMethodSymbolWithAttributes.cs (1)
622
if (this.
IsValidUnscopedRefAttributeTarget
())
Symbols\Source\SourcePropertySymbolBase.cs (1)
1614
return accessor is null || accessor.
IsValidUnscopedRefAttributeTarget
();