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