Searched refs:requestCallContextFactory (Results 1 – 1 of 1) sorted by relevance
40 readonly Func<RequestCallContextSafeHandle> requestCallContextFactory; field in Grpc.Core.Internal.CompletionRegistry45 …ntextSafeHandle> batchContextFactory, Func<RequestCallContextSafeHandle> requestCallContextFactory) in CompletionRegistry() argument49 … this.requestCallContextFactory = GrpcPreconditions.CheckNotNull(requestCallContextFactory); in CompletionRegistry()80 var ctx = requestCallContextFactory(); in RegisterRequestCallCompletion()