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