2 overrides of WithStartTagCore
Microsoft.CodeAnalysis.Razor.Compiler (2)
Language\Syntax\MarkupElementSyntax.cs (1)
11internal override BaseMarkupElementSyntax WithStartTagCore(BaseMarkupStartTagSyntax startTag)
Language\Syntax\MarkupTagHelperElementSyntax.cs (1)
11internal override BaseMarkupElementSyntax WithStartTagCore(BaseMarkupStartTagSyntax startTag)
1 reference to WithStartTagCore
Microsoft.CodeAnalysis.Razor.Compiler (1)
Language\Syntax\Generated\Syntax.xml.Syntax.Generated.cs (1)
806public BaseMarkupElementSyntax WithStartTag(BaseMarkupStartTagSyntax startTag) => WithStartTagCore(startTag);