Searched refs:customCompletionQueueCount (Results 1 – 1 of 1) sorted by relevance
45 static int? customCompletionQueueCount; field in Grpc.Core.GrpcEnvironment228 customCompletionQueueCount = completionQueueCount; in SetCompletionQueueCount()420 if (customCompletionQueueCount.HasValue) in GetCompletionQueueCountOrDefault()422 return customCompletionQueueCount.Value; in GetCompletionQueueCountOrDefault()