1 write to _borrowedWithCapacity
Microsoft.Build.Framework (1)
ReuseableStringBuilder.cs (1)
192
_borrowedWithCapacity
= _borrowedBuilder.Capacity;
2 references to _borrowedWithCapacity
Microsoft.Build.Framework (2)
ReuseableStringBuilder.cs (2)
324
if (returningBuilder.Capacity != returning.
_borrowedWithCapacity
)
326
Debug.Assert(returningBuilder.Capacity > returning.
_borrowedWithCapacity
, "Capacity can only increase");