13 references to XmlCDataSection
Microsoft.CodeAnalysis.CSharp (5)
Syntax.xml.Internal.Generated.cs (4)
33131
var cached = CSharpSyntaxNodeCache.TryGetNode((int)SyntaxKind.
XmlCDataSection
, startCDataToken, textTokens.Node, endCDataToken, this.context, out hash);
33134
var result = new XmlCDataSectionSyntax(SyntaxKind.
XmlCDataSection
, startCDataToken, textTokens.Node, endCDataToken, this.context);
38498
var cached = SyntaxNodeCache.TryGetNode((int)SyntaxKind.
XmlCDataSection
, startCDataToken, textTokens.Node, endCDataToken, out hash);
38501
var result = new XmlCDataSectionSyntax(SyntaxKind.
XmlCDataSection
, startCDataToken, textTokens.Node, endCDataToken);
Syntax.xml.Syntax.Generated.cs (1)
15372
/// <item><description><see cref="SyntaxKind.
XmlCDataSection
"/></description></item>
Microsoft.CodeAnalysis.CSharp.Syntax.UnitTests (6)
LexicalAndXml\XmlDocCommentTests.cs (6)
831
Assert.Equal(SyntaxKind.
XmlCDataSection
, doc.Content[1].Kind());
862
Assert.Equal(SyntaxKind.
XmlCDataSection
, doc.Content[1].Kind());
890
Assert.Equal(SyntaxKind.
XmlCDataSection
, doc.Content[1].Kind());
915
Assert.Equal(SyntaxKind.
XmlCDataSection
, doc.Content[1].Kind());
941
Assert.Equal(SyntaxKind.
XmlCDataSection
, doc.Content[1].Kind());
966
Assert.Equal(SyntaxKind.
XmlCDataSection
, doc.Content[1].Kind());
Microsoft.CodeAnalysis.CSharp.Workspaces (2)
Classification\Worker_DocumentationComments.cs (2)
57
case SyntaxKind.
XmlCDataSection
:
173
case SyntaxKind.
XmlCDataSection
: