1 type derived from Poolable
Microsoft.CodeAnalysis (1)
PooledDelegates.cs (1)
334private abstract class AbstractDelegateWithBoundArgument<TSelf, TArg, TUnboundDelegate, TBoundDelegate> : Poolable
2 references to Poolable
Microsoft.CodeAnalysis (2)
PooledDelegates.cs (2)
319private readonly Poolable _pooledObject; 321internal Releaser(Poolable pooledObject)