1 write to beginOperations
System.ServiceModel (1)
System\ServiceModel\Channels\ReliableMessagingHelpers.cs (1)
54this.beginOperations = beginOperations;
6 references to beginOperations
System.ServiceModel (6)
System\ServiceModel\Channels\ReliableMessagingHelpers.cs (6)
59if (this.currentOperation < this.beginOperations.Length) 61this.beginOperations[this.currentOperation](this.RemainingTime(), onOperationCompleted, this); 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))