1 write to closeState
System.ServiceModel (1)
System\ServiceModel\Dispatcher\DuplexChannelBinder.cs (1)
1113
this.
closeState
= new CloseState();
10 references to closeState
System.ServiceModel (10)
System\ServiceModel\Dispatcher\DuplexChannelBinder.cs (10)
1309
if (!this.
closeState
.TryBackgroundClose() || this.State != CommunicationState.Opened)
1340
this.
closeState
.CaptureBackgroundException(backgroundCloseException);
1379
this.
closeState
.CaptureBackgroundException(backgroundCloseException);
1383
this.
closeState
.FinishBackgroundClose();
1463
performChannelClose = this.
closeState
.TryUserClose();
1471
this.
closeState
.WaitForBackgroundClose(timeout);
1486
performChannelClose = this.
closeState
.TryUserClose();
1494
return this.
closeState
.BeginWaitForBackgroundClose(timeout, callback, state);
1501
if (this.
closeState
.TryUserClose())
1507
this.
closeState
.EndWaitForBackgroundClose(result);