2 writes to _attributes
Microsoft.CodeAnalysis.Razor.Compiler (2)
Language\Syntax\Generated\Syntax.xml.Internal.Generated.cs (2)
1529
_attributes
= attributes;
1558
_attributes
= attributes;
3 references to _attributes
Microsoft.CodeAnalysis.Razor.Compiler (3)
Language\Syntax\Generated\Syntax.xml.Internal.Generated.cs (3)
1574
public override SyntaxList<RazorSyntaxNode> Attributes => new SyntaxList<RazorSyntaxNode>(
_attributes
);
1586
3 =>
_attributes
,
1612
=> new MarkupTagHelperStartTagSyntax(Kind, _openAngle, _bang, _name,
_attributes
, _forwardSlash, _closeAngle, _chunkGenerator, _editHandler, diagnostics);