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)
324if (returningBuilder.Capacity != returning._borrowedWithCapacity) 326Debug.Assert(returningBuilder.Capacity > returning._borrowedWithCapacity, "Capacity can only increase");