2 writes to iteration
System.ServiceModel (2)
System\ServiceModel\Channels\MsmqBindingMonitor.cs (2)
51
this.
iteration
= 1;
254
this.
iteration
++;
4 references to iteration
System.ServiceModel (4)
System\ServiceModel\Channels\MsmqBindingMonitor.cs (4)
222
(this.retryMatchedFilters && (this.
iteration
% 2) != 0));
279
state = new MatchState(name, this.
iteration
, isPrivate);
286
state.DiscoveryIteration = this.
iteration
;
310
if (state.DiscoveryIteration != this.
iteration
)