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