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