5 references to Rent
Microsoft.VisualStudio.TestPlatform.ObjectModel (5)
Nuget.Frameworks\FrameworkNameProvider.cs (1)
228StringBuilder sb = StringBuilderPool.Shared.Rent(256);
Nuget.Frameworks\StringBuilderPool.cs (4)
46/// <see cref="ToStringAndReturn"/> so that it may be reused in subsequent usage of <see cref="Rent"/>. 62/// Returns to the pool an array that was previously obtained via <see cref="Rent"/> on the same 66/// The <see cref="StringBuilder"/> previously obtained from <see cref="Rent"/> to return to the pool. 70/// of the instance and must not use it. The reference returned from a given call to <see cref="Rent"/>