2 writes to processor
System.ServiceModel (2)
System\ServiceModel\Dispatcher\QueryMatcher.cs (2)
31this.processor = processor; 37this.processor = null;
3 references to processor
System.ServiceModel (3)
System\ServiceModel\Dispatcher\QueryMatcher.cs (3)
32this.result = this.processor.Result; 54return this.processor; 68Collection<MessageFilter> matches = processor.MatchList;