13 references to innerContexts
System.ServiceModel (13)
System\ServiceModel\Channels\ReliableReplySessionChannel.cs (13)
1362this.innerContexts.Add(context); 1371this.innerContexts.Add(innerContext); 1394for (int i = 0; i < this.innerContexts.Count; i++) 1396this.innerContexts[i].Abort(); 1397this.innerContexts[i].RequestMessage.Close(); 1399this.innerContexts.Clear(); 1474this.innerContexts.Clear(); 1568for (int i = 0; i < this.innerContexts.Count; i++) 1569SendReply(this.innerContexts[i], MaskingMode.Handled, ref timeoutHelper); 1570this.innerContexts.Clear(); 1669RequestContext thisInnerContext = this.context.innerContexts[this.currentContext]; 1713while (this.currentContext < this.context.innerContexts.Count) 1727RequestContext thisInnerContext = this.context.innerContexts[this.currentContext];