1 instantiation of SimplePool
Microsoft.VisualStudio.TestPlatform.ObjectModel (1)
Nuget.Frameworks\StringBuilderPool.cs (1)
26private readonly SimplePool<StringBuilder> _pool = new(() => new StringBuilder(MaxPoolSize));
1 reference to SimplePool
Microsoft.VisualStudio.TestPlatform.ObjectModel (1)
Nuget.Frameworks\StringBuilderPool.cs (1)
26private readonly SimplePool<StringBuilder> _pool = new(() => new StringBuilder(MaxPoolSize));