/third_party/grpc/src/csharp/Grpc.Core.Tests/ |
D | ChannelTest.cs | 52 channel.ShutdownAsync().Wait(); in State_IdleAfterCreation() 60 channel.ShutdownAsync().Wait(); in WaitForStateChangedAsync_InvalidArgument() 68 channel.ShutdownAsync().Wait(); in ResolvedTarget() 75 channel.ShutdownAsync().Wait(); in Shutdown_AllowedOnlyOnce() 76 … Assert.ThrowsAsync(typeof(InvalidOperationException), async () => await channel.ShutdownAsync()); in Shutdown_AllowedOnlyOnce() 84 var shutdownTask = channel.ShutdownAsync(); in ShutdownTokenCancelledAfterShutdown() 93 await channel.ShutdownAsync(); in StateIsShutdownAfterShutdown() 102 var shutdownTask = channel.ShutdownAsync(); in ShutdownFinishesWaitForStateChangedAsync() 111 await channel.ShutdownAsync(); in OperationsThrowAfterShutdown() 122 await channelBase.ShutdownAsync(); in ChannelBaseShutdownAsyncInvokesShutdownAsync()
|
D | ServerTest.cs | 39 server.ShutdownAsync().Wait(); in StartAndShutdownServer() 66 server.ShutdownAsync().Wait(); in PickUnusedPort() 81 server.ShutdownAsync().Wait(); in StartThrowsWithUnboundPorts() 95 server.ShutdownAsync().Wait(); in CannotModifyAfterStarted() 102 server.ShutdownAsync().Wait(); in UnstartedServerCanBeShutdown()
|
D | HalfcloseTest.cs | 53 channel.ShutdownAsync().Wait(); in Cleanup() 54 server.ShutdownAsync().Wait(); in Cleanup()
|
D | PerformanceTest.cs | 52 channel.ShutdownAsync().Wait(); in Cleanup() 53 server.ShutdownAsync().Wait(); in Cleanup()
|
D | ServerBindFailedTest.cs | 80 await channel.ShutdownAsync(); in Issue18100() 81 await server.ShutdownAsync(); in Issue18100()
|
D | ThreadingModelTest.cs | 46 channel.ShutdownAsync().Wait(); in Cleanup() 47 server.ShutdownAsync().Wait(); in Cleanup()
|
D | UserAgentStringTest.cs | 43 channel.ShutdownAsync().Wait(); in Cleanup() 44 server.ShutdownAsync().Wait(); in Cleanup()
|
D | ChannelConnectivityTest.cs | 53 channel.ShutdownAsync().Wait(); in Cleanup() 54 server.ShutdownAsync().Wait(); in Cleanup()
|
D | ContextualMarshallerTest.cs | 83 channel.ShutdownAsync().Wait(); in Cleanup() 84 server.ShutdownAsync().Wait(); in Cleanup()
|
D | TimeoutsTest.cs | 53 channel.ShutdownAsync().Wait(); in Cleanup() 54 server.ShutdownAsync().Wait(); in Cleanup()
|
/third_party/grpc/src/csharp/Grpc.IntegrationTesting/ |
D | ExternalDnsClientServerTest.cs | 64 channel.ShutdownAsync().Wait(); in Cleanup() 65 server.ShutdownAsync().Wait(); in Cleanup()
|
D | XdsInteropClientTest.cs | 82 lbStatsChannel.ShutdownAsync().Wait(); in Cleanup() 83 lbStatsServer.ShutdownAsync().Wait(); in Cleanup() 84 backendServer.ShutdownAsync().Wait(); in Cleanup()
|
D | UnobservedTaskExceptionTest.cs | 61 channel.ShutdownAsync().Wait(); in Cleanup() 62 server.ShutdownAsync().Wait(); in Cleanup()
|
D | GeneratedServiceBaseTest.cs | 56 channel.ShutdownAsync().Wait(); in Cleanup() 57 server.ShutdownAsync().Wait(); in Cleanup()
|
D | InteropClientServerTest.cs | 64 channel.ShutdownAsync().Wait(); in Cleanup() 65 server.ShutdownAsync().Wait(); in Cleanup()
|
D | ExternalDnsWithTracingClientServerTest.cs | 83 channel.ShutdownAsync().Wait(); in Cleanup() 84 server.ShutdownAsync().Wait(); in Cleanup()
|
D | CustomErrorDetailsTest.cs | 63 channel.ShutdownAsync().Wait(); in Cleanup() 64 server.ShutdownAsync().Wait(); in Cleanup()
|
/third_party/grpc/test/distrib/csharp/DistribTest/ |
D | Program.cs | 52 channel.ShutdownAsync().Wait(); in Main() 53 server.ShutdownAsync().Wait(); in Main()
|
/third_party/grpc/examples/csharp/HelloworldXamarin/iOS/ |
D | ViewController.cs | 73 channel.ShutdownAsync().Wait(); in SayHello() 74 server.ShutdownAsync().Wait(); in SayHello()
|
/third_party/grpc/examples/csharp/HelloworldXamarin/Droid/ |
D | MainActivity.cs | 68 channel.ShutdownAsync().Wait(); in SayHello() 69 server.ShutdownAsync().Wait(); in SayHello()
|
/third_party/grpc/examples/csharp/HelloworldUnity/Assets/Scripts/ |
D | HelloWorldTest.cs | 66 channel.ShutdownAsync().Wait(); in Greet() 68 server.ShutdownAsync().Wait(); in Greet()
|
/third_party/grpc/src/csharp/Grpc.HealthCheck.Tests/ |
D | HealthClientServerTest.cs | 60 channel.ShutdownAsync().Wait(); in Cleanup() 62 server.ShutdownAsync().Wait(); in Cleanup()
|
/third_party/grpc/src/csharp/Grpc.Microbenchmarks/ |
D | PingBenchmark.cs | 85 await channel.ShutdownAsync(); in Cleanup() 86 await server.ShutdownAsync(); in Cleanup()
|
/third_party/grpc/src/csharp/Grpc.Core/ |
D | GrpcEnvironment.cs | 103 await instanceToShutdown.ShutdownAsync().ConfigureAwait(false); in ReleaseAsync() 161 return Task.WhenAll(snapshot.Select((channel) => channel.ShutdownAsync())); in ShutdownChannelsAsync() 388 private async Task ShutdownAsync() in ShutdownAsync() method in Grpc.Core.GrpcEnvironment
|
/third_party/grpc/src/csharp/Grpc.Reflection.Tests/ |
D | ReflectionClientServerTest.cs | 61 channel.ShutdownAsync().Wait(); in Cleanup() 62 server.ShutdownAsync().Wait(); in Cleanup()
|