2 writes to _attributes
Microsoft.CodeAnalysis.Razor.Compiler (2)
Language\Syntax\Generated\Syntax.xml.Internal.Generated.cs (2)
1214
_attributes
= attributes;
1244
_attributes
= attributes;
3 references to _attributes
Microsoft.CodeAnalysis.Razor.Compiler (3)
Language\Syntax\Generated\Syntax.xml.Internal.Generated.cs (3)
1261
public override SyntaxList<RazorSyntaxNode> Attributes => new SyntaxList<RazorSyntaxNode>(
_attributes
);
1274
3 =>
_attributes
,
1300
=> new MarkupStartTagSyntax(Kind, _openAngle, _bang, _name,
_attributes
, _forwardSlash, _closeAngle, _isMarkupTransition, _chunkGenerator, _editHandler, diagnostics);