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