5 references to ReusableStringBuilderFactoryStart
Microsoft.Build.Framework (5)
ReuseableStringBuilder.cs (3)
266
MSBuildEventSource.Log.
ReusableStringBuilderFactoryStart
(hash: returned.GetHashCode(), newCapacity: capacity, oldCapacity: 0, type: "miss");
275
MSBuildEventSource.Log.
ReusableStringBuilderFactoryStart
(hash: returned.GetHashCode(), newCapacity: newCapacity, oldCapacity: returned.Capacity, type: "miss-need-bigger");
284
MSBuildEventSource.Log.
ReusableStringBuilderFactoryStart
(hash: returned.GetHashCode(), newCapacity: capacity, oldCapacity: returned.Capacity, type: "hit");
StringBuilderCache.cs (2)
54
MSBuildEventSource.Log.
ReusableStringBuilderFactoryStart
(hash: sb.GetHashCode(), newCapacity: capacity, oldCapacity: sb.Capacity, type: "sbc-hit");
63
MSBuildEventSource.Log.
ReusableStringBuilderFactoryStart
(hash: stringBuilder.GetHashCode(), newCapacity: capacity, oldCapacity: stringBuilder.Capacity, type: "sbc-miss");