Searched refs:IObjectPool (Results 1 – 3 of 3) sorted by relevance
57 readonly IObjectPool<BatchContextSafeHandle> batchContextPool;58 readonly IObjectPool<RequestCallContextSafeHandle> requestCallContextPool;320 internal IObjectPool<BatchContextSafeHandle> BatchContextPool => batchContextPool;322 …internal IObjectPool<RequestCallContextSafeHandle> RequestCallContextPool => requestCallContextPoo…
29 internal interface IObjectPool<T> : IDisposable interface
29 internal class DefaultObjectPool<T> : IObjectPool<T>