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