20 references to Branch
System.ServiceModel (20)
System\ServiceModel\Dispatcher\QueryBranchOp.cs (17)
555if (object.ReferenceEquals(opcode, this.branches[i].Branch)) 640if (this.branches[i] != null && this.branches[i].Branch != null) 642this.branches[i].Branch.Trim(); 1067Opcode nextOpcode = branch.Branch.Next; 1166context.EvalCodeBlock(branch.Branch); 1170throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(e.Process(branch.Branch)); 1174throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(e.Process(branch.Branch)); 1187context.EvalCodeBlock(result.Branch.Branch.Next); 1191throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(e.Process(result.Branch.Branch.Next)); 1195throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(e.Process(result.Branch.Branch.Next)); 1286Fx.Assert(!object.ReferenceEquals(queryBranch.Branch, literal), ""); 1287Fx.Assert(literal.ID == queryBranch.Branch.ID, ""); 1290queryBranch.Branch.Next.Add(literal.Next); 1363this.alwaysBranches[i].Branch.CollectXPathFilters(filters); 1419if (null != branch && branch.Branch.ID == op.ID) 1526return queryBranch.Branch; 1548branch.Branch.Flags &= (~OpcodeFlags.NoContextCopy);
System\ServiceModel\Dispatcher\QueryIntervalOp.cs (1)
1109this.intervalTree.Intervals[i].Branch.Branch.CollectXPathFilters(filters);
System\ServiceModel\Dispatcher\QueryPrefixOp.cs (1)
100(this.data).Branch.CollectXPathFilters(filters);
System\ServiceModel\Dispatcher\QueryRelOp.cs (1)
285branch.Branch.CollectXPathFilters(filters);