7 references to NewText
Microsoft.CodeAnalysis.Razor.Workspaces (7)
TextDifferencing\SourceTextDiffer.CharDiffer.cs (5)
54NewText.CopyTo(0, _newBuffer.Array, 0, Math.Min(NewText.Length, BufferSize)); 101FillBuffer(ref newBuffer, NewText, newSourceIndex); 120NewText.CopyTo(newTextPosition, buffer, 0, edit.Length); 126builder.Append(NewText[newTextPosition]);
TextDifferencing\SourceTextDiffer.TextSpanDiffer.cs (2)
79NewText.CopyTo(newSpan.Start, newChars, 0, length); 109NewText.CopyTo(newSpan.Start, buffer, 0, newSpan.Length);