3 writes to _unlabeledBranches
Microsoft.CodeAnalysis.CSharp (3)
FlowAnalysis\AbstractFlowPass.PendingBranchesCollection.cs (3)
21
_unlabeledBranches
= ArrayBuilder<PendingBranch>.GetInstance();
27
_unlabeledBranches
= null!;
72
_unlabeledBranches
= ArrayBuilder<PendingBranch>.GetInstance();
10 references to _unlabeledBranches
Microsoft.CodeAnalysis.CSharp (10)
FlowAnalysis\AbstractFlowPass.PendingBranchesCollection.cs (10)
26
_unlabeledBranches
.Free();
33
_unlabeledBranches
.Clear();
56
_unlabeledBranches
.ToImmutable() :
65
if (
_unlabeledBranches
.Count == 0)
71
result =
_unlabeledBranches
;
91
_unlabeledBranches
.Add(branch);
102
_unlabeledBranches
.AddRange(collection.
_unlabeledBranches
);
133
_unlabeledBranches
:
138
foreach (var branch in
_unlabeledBranches
)