2 writes to _newBuffer
Microsoft.CodeAnalysis.Razor.Workspaces (2)
TextDifferencing\SourceTextDiffer.TextSpanDiffer.cs (2)
28_newBuffer = RentArray(1024); 76var newChars = EnsureBuffer(ref _newBuffer, length);
1 reference to _newBuffer
Microsoft.CodeAnalysis.Razor.Workspaces (1)
TextDifferencing\SourceTextDiffer.TextSpanDiffer.cs (1)
50ReturnArray(_newBuffer);