2 references to IsAttribute
Microsoft.CodeAnalysis.Workspaces (2)
FindSymbols\SyntaxTree\SyntaxTreeIndex_Create.cs (1)
106containsAttribute = containsAttribute || syntaxFacts.IsAttribute(node);
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Services\SyntaxFacts\ISyntaxFactsExtensions.cs (1)
641if (!syntaxFacts.IsAttribute(node?.Parent))