2 implementations of IsAttributeName
Microsoft.CodeAnalysis.CSharp.Workspaces (1)
CSharpSyntaxFacts.cs (1)
180
public bool
IsAttributeName
(SyntaxNode node)
Microsoft.CodeAnalysis.VisualBasic.Workspaces (1)
VisualBasicSyntaxFacts.vb (1)
162
Public Function
IsAttributeName
(node As SyntaxNode) As Boolean Implements ISyntaxFacts.IsAttributeName
7 references to IsAttributeName
Microsoft.CodeAnalysis.Features (6)
AddImport\SymbolReferenceFinder.cs (1)
173
inAttributeContext = syntaxFacts.
IsAttributeName
(nameNode);
FullyQualify\AbstractFullyQualifyService.cs (3)
77
var inAttributeContext = syntaxFacts.
IsAttributeName
(simpleName);
128
var inAttributeContext = syntaxFacts.
IsAttributeName
(simpleName);
170
isAttributeName = syntaxFacts.
IsAttributeName
(rightSide);
GenerateType\AbstractGenerateTypeService.State.cs (1)
214
else if (syntaxFacts.
IsAttributeName
(NameOrMemberAccessExpression))
QuickInfo\CommonSemanticQuickInfoProvider.cs (1)
165
if (syntaxFactsService.
IsAttributeName
(token.Parent!))
Microsoft.CodeAnalysis.VisualBasic.Workspaces (1)
VisualBasicSyntaxFacts.vb (1)
162
Public Function IsAttributeName(node As SyntaxNode) As Boolean Implements ISyntaxFacts.
IsAttributeName