1 write to
System.ServiceModel (1)
System\ServiceModel\Dispatcher\QueryBranchOp.cs (1)
877this.branches[i] = with;
15 references to
System.ServiceModel (15)
System\ServiceModel\Dispatcher\QueryBranchOp.cs (13)
677if (this.branches[i].IsEquivalentForAdd(opcode)) 679this.branches[i].Add(opcode); 708this.branches[i].CollectXPathFilters(filters); 741branch = this.branches[i]; 762branch = branches[i]; 773branch = branches[i]; 789throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(e.Process(branches[i])); 793throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(e.Process(branches[i])); 830Opcode branch = this.branches[i]; 887this.branches[i].Trim(); 1327Opcode branch = branches[i]; 1474postJump = branches[i].Next; 1577this.alwaysBranches.Remove(branches[i]);
System\ServiceModel\Dispatcher\QueryTreeBuilder.cs (2)
72if (branches[i].IsMultipleResult()) 74this.lastOpcode = branches[i];