1 write to shutdownHandle
System.ServiceModel.Primitives (1)
System\ServiceModel\Channels\ReliableRequestSessionChannel.cs (1)
44shutdownHandle = new InterruptibleWaitObject(false);
7 references to shutdownHandle
System.ServiceModel.Primitives (7)
System\ServiceModel\Channels\ReliableRequestSessionChannel.cs (7)
187if (shutdownHandle != null) 189shutdownHandle.Abort(this); 622if ((shutdownHandle != null) && connection.CheckForTermination()) 624shutdownHandle.Set(); 651if (shutdownHandle != null) 653shutdownHandle.Fault(this); 675return shutdownHandle.WaitAsync(timeoutHelper.RemainingTime());