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