10 references to ID
System.ServiceModel (10)
System\ServiceModel\Dispatcher\QueryBranchOp.cs (10)
535
if (this.branches[index].
ID
>= branch.
ID
)
567
if (this.branches[i].
ID
== id)
1094
if (branch.
ID
== result.Branch.
ID
)
1130
int compare = this.resultTable[matchIndex].Branch.
ID
- nonMatchTable[nonMatchIndex].
ID
;
1330
this.AlwaysBranches.AddInOrder(new QueryBranch(branch, literalBranch.
ID
));
1343
this.AlwaysBranches.AddInOrder(new QueryBranch(next, literalBranch.
ID
));
1551
int removeAt = this.alwaysBranches.IndexOfID(branch.
ID
);