7 references to InterruptibleWaitObject
System.ServiceModel.Primitives (7)
System\ServiceModel\Channels\ClientReliableDuplexSessionChannel.cs (1)
763_closeOutputWaitObject = new InterruptibleWaitObject(false, true);
System\ServiceModel\Channels\ReliableChannelBinder.cs (1)
1676_drainEvent = new InterruptibleWaitObject(false, false);
System\ServiceModel\Channels\ReliableInputConnection.cs (1)
16private InterruptibleWaitObject _terminateWaitObject = new InterruptibleWaitObject(false, false);
System\ServiceModel\Channels\ReliableMessagingHelpers.cs (4)
273: this(signaled, true) 567_closeHandle = new InterruptibleWaitObject(false, false); 750private InterruptibleWaitObject abortHandle = new InterruptibleWaitObject(false, false); 1106private InterruptibleWaitObject replyHandle = new InterruptibleWaitObject(false, true);