1 write to branches
System.ServiceModel (1)
System\ServiceModel\Dispatcher\QueryBranchOp.cs (1)
661
this.
branches
= new OpcodeList(2);
24 references to branches
System.ServiceModel (24)
System\ServiceModel\Dispatcher\QueryBranchOp.cs (24)
668
return this.
branches
;
675
for (int i = 0; i < this.
branches
.Count; ++i)
677
if (this.
branches
[i].IsEquivalentForAdd(opcode))
679
this.
branches
[i].Add(opcode);
693
Fx.Assert(-1 == this.
branches
.IndexOf(opcode), "");
694
this.
branches
.Add(opcode);
706
for (int i = 0; i < this.
branches
.Count; ++i)
708
this.
branches
[i].CollectXPathFilters(filters);
727
int branchCount = this.
branches
.Count;
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]));
828
for (int i = 0, count = this.
branches
.Count; i < count; ++i)
830
Opcode branch = this.
branches
[i];
853
if (0 == this.
branches
.Count)
867
this.
branches
.Remove(opcode);
868
this.
branches
.Trim();
873
int i = this.
branches
.IndexOf(replace);
877
this.
branches
[i] = with;
884
this.
branches
.Trim();
885
for (int i = 0; i < this.
branches
.Count; ++i)
887
this.
branches
[i].Trim();