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