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