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