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