Searched refs:IPooledObject (Results 1 – 5 of 5) sorted by relevance
27 internal interface IPooledObject<T> : IDisposable interface
30 …llContextSafeHandle : SafeHandleZeroIsInvalid, IOpCompletionCallback, IPooledObject<RequestCallCon…
36 …chContextSafeHandle : SafeHandleZeroIsInvalid, IOpCompletionCallback, IPooledObject<BatchContextSa…
30 where T : class, IPooledObject<T>
80 class TestPooledObject : IPooledObject<TestPooledObject>