5 references to CheckForTermination
System.ServiceModel (5)
System\ServiceModel\Channels\ReliableDuplexSessionChannel.cs (4)
390if (this.outputConnection.CheckForTermination()) 430if (this.outputConnection.CheckForTermination()) 1328if (this.outputConnection.CheckForTermination()) 1355if (this.outputConnection.CheckForTermination())
System\ServiceModel\Channels\ReliableRequestSessionChannel.cs (1)
762if ((this.shutdownHandle != null) && this.connection.CheckForTermination())