6 references to Rent
NuGet.Versioning (6)
SharedStringBuilder.cs (4)
49
/// <see cref="ToStringAndReturn" /> so that it may be reused in subsequent usage of <see cref="
Rent
" />.
77
/// Returns to the pool an array that was previously obtained via <see cref="
Rent
" /> on the same
81
/// The <see cref="StringBuilder" /> previously obtained from <see cref="
Rent
" /> to return to the pool.
85
/// of the instance and must not use it. The reference returned from a given call to <see cref="
Rent
" />
VersionFormatter.cs (1)
45
StringBuilder builder = SharedStringBuilder.Instance.
Rent
(256);
VersionRangeFormatter.cs (1)
39
var builder = SharedStringBuilder.Instance.
Rent
(256);