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