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