1 reference to WithEndProcessingInstructionToken
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);