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