11 references to AllAdded
System.ServiceModel (11)
System\ServiceModel\Channels\ReliableDuplexSessionChannel.cs (2)
386if (this.inputConnection.AllAdded) 426if (this.inputConnection.AllAdded)
System\ServiceModel\Channels\ReliableInputConnection.cs (2)
148if (this.AllAdded) 227if (!this.terminated && this.AllAdded)
System\ServiceModel\Channels\ReliableInputSessionChannel.cs (4)
662if (this.Connection.AllAdded) 701if (this.Connection.AllAdded) 1074scheduleShutdown = this.Connection.AllAdded; 1102scheduleShutdown = this.Connection.AllAdded;
System\ServiceModel\Channels\ReliableReplySessionChannel.cs (3)
105return this.connection.AllAdded && (this.requestsByRequestSequenceNumber.Count == 0) && this.lastReplyAcked; 591bool canReply = this.connection.AllAdded && (this.State == CommunicationState.Closing); 1122scheduleShutdown = this.connection.AllAdded;