3 writes to MatchSet
System.ServiceModel (3)
System\ServiceModel\Dispatcher\QueryMatcher.cs (3)
521processor.MatchSet = matches; 563processor.MatchSet = matches; 616result.Processor.MatchSet = null;
3 references to MatchSet
System.ServiceModel (3)
System\ServiceModel\Dispatcher\MatchSingleFxEngineOpcode.cs (2)
95if (result && null != this.item && null != context.Processor.MatchSet) 97context.Processor.MatchSet.Add((MessageFilter)this.item);
System\ServiceModel\Dispatcher\QueryResultOp.cs (1)
261ICollection<MessageFilter> matches = context.Processor.MatchSet;