11 references to IsAttributeName
Microsoft.CodeAnalysis.CSharp (4)
Binder\Binder_Symbols.cs (1)
1065
if (SyntaxFacts.
IsAttributeName
(node))
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.CodeStyle (1)
CSharpSyntaxFacts.cs (1)
181
=> SyntaxFacts.
IsAttributeName
(node);
Microsoft.CodeAnalysis.CSharp.Symbol.UnitTests (2)
Compilation\SemanticModelGetSemanticInfoTests.cs (2)
10116
Assert.False(SyntaxFacts.
IsAttributeName
(((SourceNamedTypeSymbol)((CSharp.Symbols.PublicModel.NamedTypeSymbol)semanticInfo.Symbol).UnderlyingNamedTypeSymbol).SyntaxReferences.First().GetSyntax()),
10153
Assert.False(SyntaxFacts.
IsAttributeName
(((SourceNamedTypeSymbol)((CSharp.Symbols.PublicModel.NamedTypeSymbol)semanticInfo.Symbol).UnderlyingNamedTypeSymbol).SyntaxReferences.First().GetSyntax()),
Microsoft.CodeAnalysis.CSharp.Workspaces (4)
CSharpSyntaxFacts.cs (1)
181
=> SyntaxFacts.
IsAttributeName
(node);
Rename\CSharpRenameRewriterLanguageService.cs (1)
577
var isAttributeName = SyntaxFacts.
IsAttributeName
(parent);
Simplification\Reducers\CSharpEscapingReducer.cs (1)
112
if (SyntaxFacts.
IsAttributeName
(parent))
Simplification\Simplifiers\NameSimplifier.cs (1)
484
if (SyntaxFacts.
IsAttributeName
(name))