1 implementation of GetNameForAttributeArgument
Microsoft.CodeAnalysis.CSharp.Workspaces (1)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\CSharp\Services\SyntaxFacts\CSharpSyntaxFacts.cs (1)
1073public string GetNameForAttributeArgument(SyntaxNode? argument)
1 reference to GetNameForAttributeArgument
Microsoft.CodeAnalysis.Workspaces (1)
FindSymbols\FindReferences\Finders\AbstractReferenceFinder_GlobalSuppressions.cs (1)
185if (syntaxFacts.GetNameForAttributeArgument(attributeArgument) != "Target")