2 writes to closing
System.ServiceModel (2)
System\ServiceModel\Channels\ReliableDuplexSessionChannel.cs (2)
1523
this.
closing
= true;
1536
this.
closing
= true;
2 references to closing
System.ServiceModel (2)
System\ServiceModel\Channels\ReliableDuplexSessionChannel.cs (2)
1688
TimeSpan timeout = this.
closing
? this.closeTimeoutHelper.RemainingTime() : this.DefaultCloseTimeout;
1712
if (this.
closing
)