2 writes to _appendBuffer
Microsoft.CodeAnalysis.Razor.Workspaces (2)
TextDifferencing\SourceTextDiffer.TextSpanDiffer.cs (2)
29
_appendBuffer
= RentArray(1024);
108
var buffer = EnsureBuffer(ref
_appendBuffer
, newSpan.Length);
1 reference to _appendBuffer
Microsoft.CodeAnalysis.Razor.Workspaces (1)
TextDifferencing\SourceTextDiffer.TextSpanDiffer.cs (1)
51
ReturnArray(
_appendBuffer
);