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