2 writes to _oldBuffer
Microsoft.CodeAnalysis.Razor.Workspaces (2)
TextDifferencing\SourceTextDiffer.TextSpanDiffer.cs (2)
27_oldBuffer = RentArray(1024); 75var oldChars = EnsureBuffer(ref _oldBuffer, length);
1 reference to _oldBuffer
Microsoft.CodeAnalysis.Razor.Workspaces (1)
TextDifferencing\SourceTextDiffer.TextSpanDiffer.cs (1)
49ReturnArray(_oldBuffer);