Home
last modified time | relevance | path

Searched refs:requestCallContextPool (Results 1 – 1 of 1) sorted by relevance

/external/grpc-grpc/src/csharp/Grpc.Core/
DGrpcEnvironment.cs58 readonly IObjectPool<RequestCallContextSafeHandle> requestCallContextPool; field in Grpc.Core.GrpcEnvironment
304requestCallContextPool = new DefaultObjectPool<RequestCallContextSafeHandle>(() => RequestCallCont… in GrpcEnvironment()
322 …nternal IObjectPool<RequestCallContextSafeHandle> RequestCallContextPool => requestCallContextPool;
398 requestCallContextPool.Dispose(); in ShutdownAsync()