3 writes to branches
System.ServiceModel (3)
System\ServiceModel\Dispatcher\QueryBranchOp.cs (3)
503
this.
branches
= new QueryBranch[capacity];
548
this.
branches
= branches;
635
this.
branches
= branches;
20 references to branches
System.ServiceModel (20)
System\ServiceModel\Dispatcher\QueryBranchOp.cs (20)
518
return this.
branches
[index];
535
if (this.
branches
[index].ID >= branch.ID)
546
QueryBranch[] branches = new QueryBranch[this.
branches
.Length + 1];
547
Array.Copy(this.
branches
, branches, this.
branches
.Length);
555
if (object.ReferenceEquals(opcode, this.
branches
[i].Branch))
567
if (this.
branches
[i].ID == id)
590
if (this.count == this.
branches
.Length)
596
Array.Copy(this.
branches
, index, this.
branches
, index + 1, this.count - index);
598
this.
branches
[index] = branch;
620
Array.Copy(this.
branches
, index + 1, this.
branches
, index, this.count - index - 1);
624
this.
branches
[index] = null;
631
if (this.count < this.
branches
.Length)
634
Array.Copy(this.
branches
, branches, this.count);
638
for (int i = 0; i < this.
branches
.Length; ++i)
640
if (this.
branches
[i] != null && this.
branches
[i].Branch != null)
642
this.
branches
[i].Branch.Trim();