2 references to Shared
NuGet.Common (2)
PathUtil\PathUtility.cs (2)
256
var path = StringBuilderPool.
Shared
.Rent(256);
277
return StringBuilderPool.
Shared
.ToStringAndReturn(path);