6 references to IsAttributeName
Microsoft.CodeAnalysis.CSharp (3)
Compilation\AttributeSemanticModel.cs (1)
92else if (SyntaxFacts.IsAttributeName(node))
Syntax\SyntaxFacts.cs (2)
40return qn.Right == node ? IsAttributeName(parent) : false; 44return an.Name == node ? IsAttributeName(parent) : false;
Microsoft.CodeAnalysis.CSharp.Workspaces (3)
Rename\CSharpRenameRewriterLanguageService.cs (1)
574var isAttributeName = SyntaxFacts.IsAttributeName(parent);
Simplification\Reducers\CSharpEscapingReducer.cs (1)
111if (SyntaxFacts.IsAttributeName(parent))
Simplification\Simplifiers\NameSimplifier.cs (1)
494if (SyntaxFacts.IsAttributeName(name))