2 references to WithChanges
Microsoft.CodeAnalysis.CSharp (2)
Syntax\CSharpSyntaxTree.cs (2)
546
return this.
WithChanges
(newText, changes);
550
return this.
WithChanges
(newText, new[] { new TextChangeRange(new TextSpan(0, this.Length), newText.Length) });