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