Base:
property
Attributes
Microsoft.AspNetCore.Razor.Language.Syntax.InternalSyntax.BaseMarkupStartTagSyntax.Attributes
4 references to Attributes
Microsoft.CodeAnalysis.Razor.Compiler (4)
Language\Legacy\HtmlMarkupParser.cs (2)
1785for (var i = 0; i < tagBlock.Attributes.Count; i++) 1787var node = tagBlock.Attributes[i];
Language\Syntax\Generated\Syntax.xml.Internal.Generated.cs (2)
1287if (openAngle != OpenAngle || bang != Bang || name != Name || attributes != Attributes || forwardSlash != ForwardSlash || closeAngle != CloseAngle) 3306=> node.Update((SyntaxToken)Visit(node.OpenAngle), (SyntaxToken)Visit(node.Bang), (SyntaxToken)Visit(node.Name), VisitList(node.Attributes), (SyntaxToken)Visit(node.ForwardSlash), (SyntaxToken)Visit(node.CloseAngle), node.IsMarkupTransition, node.ChunkGenerator, node.EditHandler);