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