2 writes to drainEvent
System.ServiceModel (2)
System\ServiceModel\Channels\ReliableChannelBinder.cs (2)
1383this.drainEvent = new InterruptibleWaitObject(false, false); 2155this.drainEvent = new InterruptibleWaitObject(false, false);
9 references to drainEvent
System.ServiceModel (9)
System\ServiceModel\Channels\ReliableChannelBinder.cs (9)
1376if (this.drainEvent != null) 1387if (this.drainEvent != null) 1389return this.drainEvent.BeginWait(timeout, callback, state); 1458this.drainEvent.EndWait(result); 1795drained = (this.count == 0) && (this.drainEvent != null); 1837this.drainEvent.Set(); 2148if (this.drainEvent != null) 2159if (this.drainEvent != null) 2161this.drainEvent.Wait(timeout);