3 writes to LastMatch
System.ServiceModel (3)
System\ServiceModel\Channels\MsmqBindingMonitor.cs (3)
151
state.
LastMatch
= filter;
194
state.
LastMatch
= bestMatch;
335
state.
LastMatch
= null;
12 references to LastMatch
System.ServiceModel (12)
System\ServiceModel\Channels\MsmqBindingMonitor.cs (12)
145
if (state.
LastMatch
!= null)
147
state.
LastMatch
.MatchLost(this.host, state.QueueName, state.IsPrivate, state.CallbackState);
163
if (state.
LastMatch
!= null)
165
state.CallbackState = state.
LastMatch
.MatchFound(this.host, state.QueueName, state.IsPrivate);
172
MsmqBindingFilter bestMatch = state.
LastMatch
;
186
if (bestMatch != state.
LastMatch
)
188
if (state.
LastMatch
!= null)
190
state.
LastMatch
.MatchLost(this.host, state.QueueName, state.IsPrivate, state.CallbackState);
320
if (state.
LastMatch
!= null)
322
state.
LastMatch
.MatchLost(this.host, state.QueueName, state.IsPrivate, state.CallbackState);
332
if (state.
LastMatch
== filter)
334
state.
LastMatch
.MatchLost(this.host, state.QueueName, state.IsPrivate, state.CallbackState);