1 write to retryMatchedFilters
System.ServiceModel (1)
System\ServiceModel\Channels\MsmqBindingMonitor.cs (1)
50
this.
retryMatchedFilters
= retryMatchedFilters;
3 references to retryMatchedFilters
System.ServiceModel (3)
System\ServiceModel\Channels\MsmqBindingMonitor.cs (3)
215
if (this.
retryMatchedFilters
)
221
bool scanNeeded = ((this.
retryMatchedFilters
== false) ||
222
(this.
retryMatchedFilters
&& (this.iteration % 2) != 0));