1 write to closeHandle
System.ServiceModel (1)
System\ServiceModel\Channels\ReliableMessagingHelpers.cs (1)
767this.closeHandle = new InterruptibleWaitObject(false, false);
6 references to closeHandle
System.ServiceModel (6)
System\ServiceModel\Channels\ReliableMessagingHelpers.cs (6)
711tempCloseHandle = this.closeHandle; 778return this.closeHandle.BeginWait(timeout, callback, state); 789this.closeHandle.Wait(timeout); 831this.closeHandle.EndWait(result); 907if ((this.closeHandle == null) || (this.faultList.Count > 0)) 912tempCloseHandle = this.closeHandle;