4 references to IsAnyAttributeSyntax
Microsoft.CodeAnalysis.Razor.Workspaces (3)
Formatting\Passes\CSharpFormattingPass.CSharpDocumentGenerator.cs (1)
426
var attributeNode = node.Ancestors().FirstOrDefault(n => n.
IsAnyAttributeSyntax
())
RazorSyntaxFacts.cs (1)
218
if (node.Parent.
IsAnyAttributeSyntax
() &&
SpellCheck\SpellCheckService.cs (1)
63
if (node.Parent.
IsAnyAttributeSyntax
())
Microsoft.CodeAnalysis.Remote.Razor (1)
Debugging\RemoteDebugInfoService.cs (1)
135
if (!node.
IsAnyAttributeSyntax
() && node is not (MarkupTagHelperStartTagSyntax or MarkupEndTagSyntax))