1 write to matchList
System.ServiceModel (1)
System\ServiceModel\Dispatcher\QueryProcessor.cs (1)
819this.matchList = new Collection<MessageFilter>();
4 references to matchList
System.ServiceModel (4)
System\ServiceModel\Dispatcher\QueryProcessor.cs (4)
663return this.matchList; 817if (null == this.matchList) 823this.matchList.Clear(); 825this.matchSet = this.matchList;