Base:
property
StartTag
Microsoft.AspNetCore.Razor.Language.Syntax.BaseMarkupElementSyntax.StartTag
3 references to StartTag
Microsoft.CodeAnalysis.Razor.Workspaces (3)
CodeActions\Razor\WrapAttributesCodeActionProvider.cs (1)
107
owner = tagHelperElement.
StartTag
;
Formatting\FormattingVisitor.cs (1)
228
Visit(node.
StartTag
);
SemanticTokens\SemanticTokensVisitor.cs (1)
528
if (node.
StartTag
?.Name != null &&