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