4 overrides of Match
System.ServiceModel (4)
System\ServiceModel\Dispatcher\QueryIntervalOp.cs (1)
1139
internal override void
Match
(int valIndex, ref Value val, QueryBranchResultSet results)
System\ServiceModel\Dispatcher\QueryPrefixOp.cs (1)
849
internal override void
Match
(int valIndex, ref Value val, QueryBranchResultSet results)
System\ServiceModel\Dispatcher\QueryRelOp.cs (2)
309
internal override void
Match
(int valIndex, ref Value val, QueryBranchResultSet results)
357
internal override void
Match
(int valIndex, ref Value val, QueryBranchResultSet results)
1 reference to Match
System.ServiceModel (1)
System\ServiceModel\Dispatcher\QueryBranchOp.cs (1)
1354
this.branchIndex.
Match
(valIndex, ref val, results);