6 references to XmlElementStartTag
Microsoft.CodeAnalysis.CSharp (6)
Binder\BinderFactory.BinderFactoryVisitor.cs (1)
1434
Debug.Assert(xmlSyntax is XmlAttributeSyntax || xmlSyntax.Kind() == SyntaxKind.XmlEmptyElement || xmlSyntax.Kind() == SyntaxKind.
XmlElementStartTag
);
Compiler\DocumentationCommentCompiler.DocumentationCommentWalker.cs (1)
204
else if (nodeKind == SyntaxKind.
XmlElementStartTag
)
Syntax.xml.Internal.Generated.cs (2)
32945
return new XmlElementStartTagSyntax(SyntaxKind.
XmlElementStartTag
, lessThanToken, name, attributes.Node, greaterThanToken, this.context);
38312
return new XmlElementStartTagSyntax(SyntaxKind.
XmlElementStartTag
, lessThanToken, name, attributes.Node, greaterThanToken);
Syntax.xml.Syntax.Generated.cs (1)
14847
/// <item><description><see cref="SyntaxKind.
XmlElementStartTag
"/></description></item>
Syntax\SyntaxExtensions.cs (1)
144
else if (parentKind == SyntaxKind.
XmlElementStartTag
)