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