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