3 references to XmlElementStartTag
Microsoft.CodeAnalysis.CSharp (3)
Binder\BinderFactory.BinderFactoryVisitor.cs (1)
1416
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\SyntaxExtensions.cs (1)
144
else if (parentKind == SyntaxKind.
XmlElementStartTag
)