4 references to OldText
Microsoft.CodeAnalysis.Razor.Workspaces (4)
TextDifferencing\SourceTextDiffer.CharDiffer.cs (3)
51OldText.CopyTo(0, _oldBuffer.Array, 0, Math.Min(OldText.Length, BufferSize)); 96FillBuffer(ref oldBuffer, OldText, oldSourceIndex);
TextDifferencing\SourceTextDiffer.TextSpanDiffer.cs (1)
78OldText.CopyTo(oldSpan.Start, oldChars, 0, length);