4 implementations of IPooled
Microsoft.CodeAnalysis.Workspaces (4)
J\s\src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\ObjectPools\ArrayBuilder.cs\ArrayBuilder.cs (1)
7internal partial class ArrayBuilder<T> : IPooled
J\s\src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\ObjectPools\PooledDictionary.cs\PooledDictionary.cs (1)
7internal sealed partial class PooledDictionary<K, V> : IPooled
J\s\src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\ObjectPools\PooledHashSet.cs\PooledHashSet.cs (1)
9internal partial class PooledHashSet<T> : IPooled, IReadOnlySet<T>
J\s\src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\ObjectPools\PooledStringBuilder.cs\PooledStringBuilder.cs (1)
9internal partial class PooledStringBuilder : IPooled
1 reference to IPooled
Microsoft.CodeAnalysis.Workspaces (1)
PooledDisposer.cs (1)
12where TPoolable : class, IPooled