6 references to IsNameOfAttribute
Microsoft.CodeAnalysis.Features (6)
AddImport\SymbolReferenceFinder.cs (1)
167
inAttributeContext = syntaxFacts.
IsNameOfAttribute
(nameNode);
FullyQualify\AbstractFullyQualifyService.cs (3)
76
var inAttributeContext = syntaxFacts.
IsNameOfAttribute
(simpleName);
129
var inAttributeContext = syntaxFacts.
IsNameOfAttribute
(simpleName);
171
isAttributeName = syntaxFacts.
IsNameOfAttribute
(rightSide);
GenerateType\AbstractGenerateTypeService.State.cs (1)
209
else if (syntaxFacts.
IsNameOfAttribute
(NameOrMemberAccessExpression))
QuickInfo\CommonSemanticQuickInfoProvider.cs (1)
169
if (syntaxFactsService.
IsNameOfAttribute
(token.Parent!))