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