2 overrides of WithEndTagCore
Microsoft.CodeAnalysis.Razor.Compiler (2)
Language\Syntax\MarkupElementSyntax.cs (1)
17
internal override BaseMarkupElementSyntax
WithEndTagCore
(BaseMarkupEndTagSyntax endTag)
Language\Syntax\MarkupTagHelperElementSyntax.cs (1)
17
internal override BaseMarkupElementSyntax
WithEndTagCore
(BaseMarkupEndTagSyntax endTag)
1 reference to WithEndTagCore
Microsoft.CodeAnalysis.Razor.Compiler (1)
Language\Syntax\Generated\Syntax.xml.Syntax.Generated.cs (1)
810
public BaseMarkupElementSyntax WithEndTag(BaseMarkupEndTagSyntax endTag) =>
WithEndTagCore
(endTag);