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