5 references to Rent
NuGet.Versioning (5)
FloatRange.cs (1)
384StringBuilder sb = StringBuilderPool.Shared.Rent(256);
src\nuget-client\build\Shared\StringBuilderPool.cs (4)
44/// <see cref="ToStringAndReturn"/> so that it may be reused in subsequent usage of <see cref="Rent"/>. 60/// Returns to the pool an array that was previously obtained via <see cref="Rent"/> on the same 64/// The <see cref="StringBuilder"/> previously obtained from <see cref="Rent"/> to return to the pool. 68/// of the instance and must not use it. The reference returned from a given call to <see cref="Rent"/>