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