4 overrides of CollectXPathFilters
System.ServiceModel (4)
System\ServiceModel\Dispatcher\MatchSingleFxEngineOpcode.cs (1)
43internal override void CollectXPathFilters(ICollection<MessageFilter> filters)
System\ServiceModel\Dispatcher\QueryBranchOp.cs (2)
704internal override void CollectXPathFilters(ICollection<MessageFilter> filters) 1357internal override void CollectXPathFilters(ICollection<MessageFilter> filters)
System\ServiceModel\Dispatcher\QueryResultOp.cs (1)
135internal override void CollectXPathFilters(ICollection<MessageFilter> filters)
8 references to CollectXPathFilters
System.ServiceModel (8)
System\ServiceModel\Dispatcher\NavigatorInvalidBodyAccessException.cs (1)
39op.CollectXPathFilters(list);
System\ServiceModel\Dispatcher\QueryBranchOp.cs (2)
708this.branches[i].CollectXPathFilters(filters); 1363this.alwaysBranches[i].Branch.CollectXPathFilters(filters);
System\ServiceModel\Dispatcher\QueryIntervalOp.cs (1)
1109this.intervalTree.Intervals[i].Branch.Branch.CollectXPathFilters(filters);
System\ServiceModel\Dispatcher\QueryOpcode.cs (1)
219this.next.CollectXPathFilters(filters);
System\ServiceModel\Dispatcher\QueryPrefixOp.cs (1)
100(this.data).Branch.CollectXPathFilters(filters);
System\ServiceModel\Dispatcher\QueryRelOp.cs (1)
285branch.Branch.CollectXPathFilters(filters);
System\ServiceModel\Dispatcher\XPathNavigatorException.cs (1)
39op.CollectXPathFilters(list);