2 references to WithTextTokens
Microsoft.CodeAnalysis.CSharp (1)
Syntax.xml.Syntax.Generated.cs (1)
15419
public XmlCDataSectionSyntax AddTextTokens(params SyntaxToken[] items) =>
WithTextTokens
(this.TextTokens.AddRange(items));
Microsoft.CodeAnalysis.CSharp.Syntax.UnitTests (1)
Generated\Syntax.Test.xml.Generated.cs (1)
13953
var newNode = node.WithStartCDataToken(node.StartCDataToken).
WithTextTokens
(node.TextTokens).WithEndCDataToken(node.EndCDataToken);