2 writes to _oldBuffer
Microsoft.CodeAnalysis.Razor.Workspaces (2)
TextDifferencing\SourceTextDiffer.CharDiffer.cs (2)
50_oldBuffer = new(RentArray(BufferSize), 0, BufferSize); 91ref var oldBuffer = ref _oldBuffer;
2 references to _oldBuffer
Microsoft.CodeAnalysis.Razor.Workspaces (2)
TextDifferencing\SourceTextDiffer.CharDiffer.cs (2)
51OldText.CopyTo(0, _oldBuffer.Array, 0, Math.Min(OldText.Length, BufferSize)); 63ReturnArray(_oldBuffer.Array);