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