7 references to Rent
NuGet.Frameworks (7)
FrameworkNameProvider.cs (1)
235StringBuilder sb = StringBuilderPool.Shared.Rent(256);
NuGetFramework.cs (2)
201var sb = StringBuilderPool.Shared.Rent(256); 300var 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"/>