Home
last modified time | relevance | path

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

/external/grpc-grpc/src/csharp/Grpc.Core/
DGrpcEnvironment.cs45 static int? customCompletionQueueCount; field in Grpc.Core.GrpcEnvironment
228 customCompletionQueueCount = completionQueueCount; in SetCompletionQueueCount()
420 if (customCompletionQueueCount.HasValue) in GetCompletionQueueCountOrDefault()
422 return customCompletionQueueCount.Value; in GetCompletionQueueCountOrDefault()