3 references to MatchFound
System.ServiceModel (3)
System\ServiceModel\Channels\MsmqBindingMonitor.cs (3)
153state.CallbackState = filter.MatchFound(this.host, state.QueueName, state.IsPrivate); 165state.CallbackState = state.LastMatch.MatchFound(this.host, state.QueueName, state.IsPrivate); 196state.CallbackState = bestMatch.MatchFound(this.host, state.QueueName, state.IsPrivate);