Lines Matching refs:await
192 await runnerTask; in StopAsync()
196 await channel.ShutdownAsync(); in StopAsync()
242 await client.UnaryCallAsync(request); in RunUnaryAsync()
248 await timer.WaitForNextAsync(); in RunUnaryAsync()
263 await call.RequestStream.WriteAsync(request); in RunStreamingPingPongAsync()
264 await call.ResponseStream.MoveNext(); in RunStreamingPingPongAsync()
270 await timer.WaitForNextAsync(); in RunStreamingPingPongAsync()
274 await call.RequestStream.CompleteAsync(); in RunStreamingPingPongAsync()
275 Assert.IsFalse(await call.ResponseStream.MoveNext()); in RunStreamingPingPongAsync()
291 await call.RequestStream.WriteAsync(request); in RunGenericStreamingAsync()
292 await call.ResponseStream.MoveNext(); in RunGenericStreamingAsync()
298 await timer.WaitForNextAsync(); in RunGenericStreamingAsync()
302 await call.RequestStream.CompleteAsync(); in RunGenericStreamingAsync()
303 Assert.IsFalse(await call.ResponseStream.MoveNext()); in RunGenericStreamingAsync()