3 instantiations of QueryBranch
System.ServiceModel (3)
System\ServiceModel\Dispatcher\QueryBranchOp.cs (3)
1280queryBranch = new QueryBranch(literal, this.nextID); 1330this.AlwaysBranches.AddInOrder(new QueryBranch(branch, literalBranch.ID)); 1343this.AlwaysBranches.AddInOrder(new QueryBranch(next, literalBranch.ID));
38 references to QueryBranch
System.ServiceModel (38)
System\ServiceModel\Dispatcher\QueryBranchOp.cs (23)
494QueryBranch[] branches; 503this.branches = new QueryBranch[capacity]; 514internal QueryBranch this[int index] 528internal void AddInOrder(QueryBranch branch) 546QueryBranch[] branches = new QueryBranch[this.branches.Length + 1]; 588internal void InsertAt(int index, QueryBranch branch) 633QueryBranch[] branches = new QueryBranch[this.count]; 894internal QueryBranch branch; 897internal QueryBranchResult(QueryBranch branch, int valIndex) 903internal QueryBranch Branch 971internal void Add(QueryBranch branch, int valIndex) 1057QueryBranch branch = result.Branch; 1160void InvokeNonMatch(ProcessingContext context, QueryBranch branch) 1213internal abstract QueryBranch this[object key] 1275QueryBranch queryBranch = this.branchIndex[literal.Literal]; 1313QueryBranch literalBranch = this.branchIndex[literal.Literal]; 1319void AddAlwaysBranch(QueryBranch literalBranch, Opcode next) 1411internal QueryBranch GetBranch(Opcode op) 1418QueryBranch branch = this.branchIndex[relOp.Literal]; 1523QueryBranch queryBranch = this.GetBranch(opcode); 1545QueryBranch branch = this.branchIndex[literal.Literal];
System\ServiceModel\Dispatcher\QueryIntervalOp.cs (4)
21QueryBranch branch; 80internal QueryBranch Branch 1086internal override QueryBranch this[object key] 1130QueryBranch branch = matches[i].Branch;
System\ServiceModel\Dispatcher\QueryPrefixOp.cs (4)
42QueryBranch data; 109internal QueryBranch Data 802internal override QueryBranch this[object key] 844results.Add((QueryBranch)segmentData, valIndex);
System\ServiceModel\Dispatcher\QueryRelOp.cs (7)
249Dictionary<object, QueryBranch> literals; 253this.literals = new Dictionary<object, QueryBranch>(); 264internal override QueryBranch this[object literal] 268QueryBranch result; 283foreach (QueryBranch branch in this.literals.Values) 311QueryBranch branch = null; 359QueryBranch branch = null;