3 types derived from QueryBranchIndex
System.ServiceModel (3)
System\ServiceModel\Dispatcher\QueryIntervalOp.cs (1)
1069internal class IntervalBranchIndex : QueryBranchIndex
System\ServiceModel\Dispatcher\QueryPrefixOp.cs (1)
783internal class TrieBranchIndex : QueryBranchIndex
System\ServiceModel\Dispatcher\QueryRelOp.cs (1)
247internal abstract class HashBranchIndex : QueryBranchIndex
2 references to QueryBranchIndex
System.ServiceModel (2)
System\ServiceModel\Dispatcher\QueryBranchOp.cs (2)
1233QueryBranchIndex branchIndex; 1236internal QueryConditionalBranchOpcode(OpcodeID id, QueryBranchIndex branchIndex)