10 references to InterruptibleWaitObject
System.ServiceModel (10)
System\ServiceModel\Channels\ReliableInputConnection.cs (1)
15InterruptibleWaitObject shutdownWaitObject = new InterruptibleWaitObject(false);
System\ServiceModel\Channels\ReliableOutputConnection.cs (1)
35InterruptibleWaitObject shutdownHandle = new InterruptibleWaitObject(false);
System\ServiceModel\Channels\ReliableReplySessionChannel.cs (1)
65this.messagingCompleteWaitObject = new InterruptibleWaitObject(false);
System\ServiceModel\Channels\ReliableRequestSessionChannel.cs (1)
44this.shutdownHandle = new InterruptibleWaitObject(false);
System\ServiceModel\Security\SecuritySessionClientSettings.cs (3)
433InterruptibleWaitObject inputSessionClosedHandle = new InterruptibleWaitObject(false); 438InterruptibleWaitObject outputSessionCloseHandle = new InterruptibleWaitObject(true); 447this.keyRenewalCompletedEvent = new InterruptibleWaitObject(false);
System\ServiceModel\Security\SecuritySessionServerSettings.cs (3)
2841InterruptibleWaitObject inputSessionClosedHandle = new InterruptibleWaitObject(false); 3588InterruptibleWaitObject outputSessionCloseHandle = new InterruptibleWaitObject(true); 3589InterruptibleWaitObject inputSessionCloseHandle = new InterruptibleWaitObject(false);