6 references to InterruptibleWaitObject
System.ServiceModel.Primitives (6)
System\ServiceModel\Channels\ReliableInputConnection.cs (1)
14private InterruptibleWaitObject _shutdownWaitObject = new InterruptibleWaitObject(false);
System\ServiceModel\Channels\ReliableOutputConnection.cs (1)
27private InterruptibleWaitObject _shutdownHandle = new InterruptibleWaitObject(false);
System\ServiceModel\Channels\ReliableRequestSessionChannel.cs (1)
44shutdownHandle = new InterruptibleWaitObject(false);
System\ServiceModel\Security\SecuritySessionClientSettings.cs (3)
305private InterruptibleWaitObject _inputSessionClosedHandle = new InterruptibleWaitObject(false); 308private InterruptibleWaitObject _outputSessionCloseHandle = new InterruptibleWaitObject(true); 316_keyRenewalCompletedEvent = new InterruptibleWaitObject(false);