Searched refs:batchContextFactory (Results 1 – 1 of 1) sorted by relevance
39 readonly Func<BatchContextSafeHandle> batchContextFactory; field in Grpc.Core.Internal.CompletionRegistry45 …Registry(GrpcEnvironment environment, Func<BatchContextSafeHandle> batchContextFactory, Func<Reque… in CompletionRegistry() argument48 this.batchContextFactory = GrpcPreconditions.CheckNotNull(batchContextFactory); in CompletionRegistry()72 var ctx = batchContextFactory(); in RegisterBatchCompletion()