1 override of IsParentAnAttribute
Microsoft.CodeAnalysis.CSharp.Workspaces (1)
Classification\SyntaxClassification\NameSyntaxClassifier.cs (1)
41
protected override bool
IsParentAnAttribute
(SyntaxNode node)
1 reference to IsParentAnAttribute
Microsoft.CodeAnalysis.Workspaces (1)
Classification\SyntaxClassification\AbstractNameSyntaxClassifier.cs (1)
21
if (symbol.IsConstructor() &&
IsParentAnAttribute
(node))