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