1 write to PendingBranches
Microsoft.CodeAnalysis.CSharp (1)
FlowAnalysis\AbstractFlowPass.cs (1)
815
this.
PendingBranches
= pendingBranches;
3 references to PendingBranches
Microsoft.CodeAnalysis.CSharp (3)
FlowAnalysis\AbstractFlowPass.cs (3)
876
oldPending.
PendingBranches
.AddRange(this.PendingBranches);
879
PendingBranches = oldPending.
PendingBranches
;
1857
foreach (var pend in tryAndCatchPending.
PendingBranches
.AsEnumerable())