Searched refs:stoppedCts (Results 1 – 1 of 1) sorted by relevance
133 readonly CancellationTokenSource stoppedCts = new CancellationTokenSource(); field in Grpc.IntegrationTesting.ClientRunnerImpl189 stoppedCts.Cancel(); in StopAsync()213 while (!stoppedCts.Token.IsCancellationRequested) in RunUnary()239 while (!stoppedCts.Token.IsCancellationRequested) in RunUnaryAsync()260 while (!stoppedCts.Token.IsCancellationRequested) in RunStreamingPingPongAsync()288 while (!stoppedCts.Token.IsCancellationRequested) in RunGenericStreamingAsync()