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