Home
last modified time | relevance | path

Searched refs:isShutdown (Results 1 – 1 of 1) sorted by relevance

/third_party/grpc/src/csharp/Grpc.Core/
DGrpcEnvironment.cs63 bool isShutdown; field in Grpc.Core.GrpcEnvironment
390 if (isShutdown) in ShutdownAsync()
401 isShutdown = true; in ShutdownAsync()