Searched refs:shutdownTokenSource (Results 1 – 1 of 1) sorted by relevance
39 readonly CancellationTokenSource shutdownTokenSource = new CancellationTokenSource(); field in Grpc.Core.Channel198 return this.shutdownTokenSource.Token;244 shutdownTokenSource.Cancel(); in ShutdownAsync()