Lines Matching refs:await
129 await Task.WhenAll(tasks); in Run()
133 await channel.ShutdownAsync(); in Run()
136 await metricsServer.ShutdownAsync(); in Run()
148 await RunTestCaseAsync(client, testCase); in RunBodyAsync()
167 await InteropClient.RunClientStreamingAsync(client); in RunTestCaseAsync()
170 await InteropClient.RunServerStreamingAsync(client); in RunTestCaseAsync()
173 await InteropClient.RunPingPongAsync(client); in RunTestCaseAsync()
176 await InteropClient.RunEmptyStreamAsync(client); in RunTestCaseAsync()
179 await InteropClient.RunCancelAfterBeginAsync(client); in RunTestCaseAsync()
182 await InteropClient.RunCancelAfterFirstResponseAsync(client); in RunTestCaseAsync()
185 await InteropClient.RunTimeoutOnSleepingServerAsync(client); in RunTestCaseAsync()
188 await InteropClient.RunCustomMetadataAsync(client); in RunTestCaseAsync()
191 await InteropClient.RunStatusCodeAndMessageAsync(client); in RunTestCaseAsync()
277 await responseStream.WriteAsync(response); in GetAllGauges()