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