Searched refs:customThreadPoolSize (Results 1 – 1 of 1) sorted by relevance
44 static int? customThreadPoolSize; field in Grpc.Core.GrpcEnvironment211 customThreadPoolSize = threadCount; in SetThreadPoolSize()408 if (customThreadPoolSize.HasValue) in GetThreadPoolSizeOrDefault()410 return customThreadPoolSize.Value; in GetThreadPoolSizeOrDefault()