2 references to WithTextTokens
Microsoft.CodeAnalysis.CSharp (1)
Syntax.xml.Syntax.Generated.cs (1)
15476
public XmlProcessingInstructionSyntax AddTextTokens(params SyntaxToken[] items) =>
WithTextTokens
(this.TextTokens.AddRange(items));
Microsoft.CodeAnalysis.CSharp.Syntax.UnitTests (1)
Generated\Syntax.Test.xml.Generated.cs (1)
13966
var newNode = node.WithStartProcessingInstructionToken(node.StartProcessingInstructionToken).WithName(node.Name).
WithTextTokens
(node.TextTokens).WithEndProcessingInstructionToken(node.EndProcessingInstructionToken);