Searched refs:requestCallContextPool (Results 1 – 1 of 1) sorted by relevance
58 readonly IObjectPool<RequestCallContextSafeHandle> requestCallContextPool; field in Grpc.Core.GrpcEnvironment304 …requestCallContextPool = new DefaultObjectPool<RequestCallContextSafeHandle>(() => RequestCallCont… in GrpcEnvironment()322 …nternal IObjectPool<RequestCallContextSafeHandle> RequestCallContextPool => requestCallContextPool;398 requestCallContextPool.Dispose(); in ShutdownAsync()