Searched refs:BatchContextPool (Results 1 – 5 of 5) sorted by relevance
48 …ionRegistry = new CompletionRegistry(Environment, () => Environment.BatchContextPool.Lease(), () =… in RunBody()
72 …ionRegistry = new CompletionRegistry(environment, () => environment.BatchContextPool.Lease(), () =… in Setup()
222 …ionRegistry = new CompletionRegistry(environment, () => environment.BatchContextPool.Lease(), () =… in CreateCompletionQueueList()
102 var ctx = details.Channel.Environment.BatchContextPool.Lease(); in UnaryCall()
320 internal IObjectPool<BatchContextSafeHandle> BatchContextPool => batchContextPool; field in Grpc.Core.GrpcEnvironment