2 writes to currentOperation
System.ServiceModel (2)
System\ServiceModel\Channels\ReliableMessagingHelpers.cs (2)
102
this.
currentOperation
++;
145
this.
currentOperation
++;
7 references to currentOperation
System.ServiceModel (7)
System\ServiceModel\Channels\ReliableMessagingHelpers.cs (7)
59
if (this.
currentOperation
< this.beginOperations.Length)
61
this.beginOperations[this.
currentOperation
](this.RemainingTime(), onOperationCompleted, this);
86
this.endOperations[this.
currentOperation
](result);
105
if (this.
currentOperation
< this.beginOperations.Length)
109
this.beginOperations[this.
currentOperation
](this.RemainingTime(), onOperationCompleted, this);
138
while (this.
currentOperation
< this.beginOperations.Length)
140
if (this.beginOperations[this.
currentOperation
] != default(OperationWithTimeoutBeginCallback))