2 references to WithAttributes
Microsoft.CodeAnalysis.Razor.Compiler (2)
Language\Syntax\Generated\Syntax.xml.Syntax.Generated.cs (2)
1134
internal override BaseMarkupStartTagSyntax WithAttributesCore(SyntaxList<RazorSyntaxNode> attributes) =>
WithAttributes
(attributes);
1144
public new MarkupTagHelperStartTagSyntax AddAttributes(params RazorSyntaxNode[] items) =>
WithAttributes
(this.Attributes.AddRange(items));