1 write to currentContext
System.ServiceModel (1)
System\ServiceModel\Channels\ReliableReplySessionChannel.cs (1)
1675this.currentContext++;
3 references to currentContext
System.ServiceModel (3)
System\ServiceModel\Channels\ReliableReplySessionChannel.cs (3)
1669RequestContext thisInnerContext = this.context.innerContexts[this.currentContext]; 1713while (this.currentContext < this.context.innerContexts.Count) 1727RequestContext thisInnerContext = this.context.innerContexts[this.currentContext];