8 references to XmlElement
Microsoft.CodeAnalysis.CSharp (5)
_generated\1\Syntax.xml.Internal.Generated.cs (4)
33328var cached = CSharpSyntaxNodeCache.TryGetNode((int)SyntaxKind.XmlElement, startTag, content.Node, endTag, this.context, out hash); 33331var result = new XmlElementSyntax(SyntaxKind.XmlElement, startTag, content.Node, endTag, this.context); 38755var cached = SyntaxNodeCache.TryGetNode((int)SyntaxKind.XmlElement, startTag, content.Node, endTag, out hash); 38758var result = new XmlElementSyntax(SyntaxKind.XmlElement, startTag, content.Node, endTag);
_generated\2\Syntax.xml.Syntax.Generated.cs (1)
15001/// <item><description><see cref="SyntaxKind.XmlElement"/></description></item>
Microsoft.CodeAnalysis.CSharp.Features (2)
Completion\CompletionProviders\XmlDocCommentCompletionProvider.cs (2)
147if (token.Parent.IsParentKind(SyntaxKind.XmlElement) || 148token.Parent.Parent.IsParentKind(SyntaxKind.XmlElement))
Microsoft.CodeAnalysis.CSharp.Workspaces (1)
Classification\Worker_DocumentationComments.cs (1)
45case SyntaxKind.XmlElement: