2 writes to _appendBuffer
Microsoft.CodeAnalysis.Razor.Workspaces (2)
TextDifferencing\SourceTextDiffer.CharDiffer.cs (2)
48_appendBuffer = RentArray(BufferSize); 119var buffer = EnsureBuffer(ref _appendBuffer, edit.Length);
1 reference to _appendBuffer
Microsoft.CodeAnalysis.Razor.Workspaces (1)
TextDifferencing\SourceTextDiffer.CharDiffer.cs (1)
62ReturnArray(_appendBuffer);