2 overrides of Attributes
Microsoft.CodeAnalysis.Razor.Compiler (2)
Language\Syntax\Generated\Syntax.xml.Syntax.Generated.cs (2)
890public override SyntaxList<RazorSyntaxNode> Attributes => new SyntaxList<RazorSyntaxNode>(GetRed(ref _attributes, 3)); 1094public override SyntaxList<RazorSyntaxNode> Attributes => new SyntaxList<RazorSyntaxNode>(GetRed(ref _attributes, 3));
2 references to Attributes
Microsoft.CodeAnalysis.Razor.Compiler (2)
Language\Syntax\BaseMarkupStartTagSyntax.cs (2)
66foreach (var attribute in Attributes) 102builder.AddRange(Attributes);