2 overrides of WithAttributesCore
Microsoft.CodeAnalysis.Razor.Compiler (2)
Language\Syntax\Generated\Syntax.xml.Syntax.Generated.cs (2)
931
internal override BaseMarkupStartTagSyntax
WithAttributesCore
(SyntaxList<RazorSyntaxNode> attributes) => WithAttributes(attributes);
1134
internal override BaseMarkupStartTagSyntax
WithAttributesCore
(SyntaxList<RazorSyntaxNode> attributes) => WithAttributes(attributes);
1 reference to WithAttributesCore
Microsoft.CodeAnalysis.Razor.Compiler (1)
Language\Syntax\Generated\Syntax.xml.Syntax.Generated.cs (1)
740
public BaseMarkupStartTagSyntax WithAttributes(SyntaxList<RazorSyntaxNode> attributes) =>
WithAttributesCore
(attributes);