2 writes to closeOutputWaitObject
System.ServiceModel (2)
System\ServiceModel\Channels\ReliableDuplexSessionChannel.cs (2)
764
this.
closeOutputWaitObject
= new InterruptibleWaitObject(false, true);
989
this.
closeOutputWaitObject
= new InterruptibleWaitObject(false, true);
12 references to closeOutputWaitObject
System.ServiceModel (12)
System\ServiceModel\Channels\ReliableDuplexSessionChannel.cs (12)
758
|| (this.
closeOutputWaitObject
!= null))
789
this.
closeOutputWaitObject
.Fault(this);
807
else if (this.
closeOutputWaitObject
== null)
817
this.
closeOutputWaitObject
.BeginWait);
819
this.
closeOutputWaitObject
.EndWait);
958
if (this.
closeOutputWaitObject
!= null)
960
this.
closeOutputWaitObject
.Wait(timeoutHelper.RemainingTime());
984
|| (this.
closeOutputWaitObject
!= null))
1004
this.
closeOutputWaitObject
.Fault(this);
1008
this.
closeOutputWaitObject
.Set();
1062
this.
closeOutputWaitObject
.Fault(this);
1066
this.
closeOutputWaitObject
.Set();