3 writes to alwaysBranches
System.ServiceModel (3)
System\ServiceModel\Dispatcher\QueryBranchOp.cs (3)
1251
this.
alwaysBranches
= new QueryBranchTable();
1557
this.
alwaysBranches
= null;
1586
this.
alwaysBranches
= null;
18 references to alwaysBranches
System.ServiceModel (18)
System\ServiceModel\Dispatcher\QueryBranchOp.cs (18)
1249
if (null == this.
alwaysBranches
)
1253
return this.
alwaysBranches
;
1359
if (this.
alwaysBranches
!= null)
1361
for (int i = 0; i < this.
alwaysBranches
.Count; ++i)
1363
this.
alwaysBranches
[i].Branch.CollectXPathFilters(filters);
1394
if (null != this.
alwaysBranches
&& this.
alwaysBranches
.Count > 0)
1396
matcher.InvokeNonMatches(context, this.
alwaysBranches
);
1549
if (null != this.
alwaysBranches
)
1551
int removeAt = this.
alwaysBranches
.IndexOfID(branch.ID);
1554
this.
alwaysBranches
.RemoveAt(removeAt);
1555
if (0 == this.
alwaysBranches
.Count)
1565
if (null == this.
alwaysBranches
)
1577
this.
alwaysBranches
.Remove(branches[i]);
1582
this.
alwaysBranches
.Remove(opcode);
1584
if (0 == this.
alwaysBranches
.Count)
1597
if (this.
alwaysBranches
!= null)
1599
this.
alwaysBranches
.Trim();