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