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