1 write to branchIndex
System.ServiceModel (1)
System\ServiceModel\Dispatcher\QueryBranchOp.cs (1)
1241this.branchIndex = branchIndex;
11 references to branchIndex
System.ServiceModel (11)
System\ServiceModel\Dispatcher\QueryBranchOp.cs (11)
1275QueryBranch queryBranch = this.branchIndex[literal.Literal]; 1282this.branchIndex[literal.Literal] = queryBranch; 1313QueryBranch literalBranch = this.branchIndex[literal.Literal]; 1354this.branchIndex.Match(valIndex, ref val, results); 1367this.branchIndex.CollectXPathFilters(filters); 1418QueryBranch branch = this.branchIndex[relOp.Literal]; 1534if (null == this.branchIndex || 0 == this.branchIndex.Count) 1545QueryBranch branch = this.branchIndex[literal.Literal]; 1547this.branchIndex.Remove(literal.Literal); 1601this.branchIndex.Trim();