2 references to WithReplace
Microsoft.CodeAnalysis.CSharp.Syntax.UnitTests (2)
TextExtensions.cs (2)
52
return
WithReplace
(text, offset, 0, newText);
66
return
WithReplace
(text, offset, length, string.Empty);