2 instantiations of PendingBranchesCollection
Microsoft.CodeAnalysis.CSharp (2)
FlowAnalysis\AbstractFlowPass.cs (2)
209PendingBranches = new PendingBranchesCollection(); 830PendingBranches = new PendingBranchesCollection();
4 references to PendingBranchesCollection
Microsoft.CodeAnalysis.CSharp (4)
FlowAnalysis\AbstractFlowPass.cs (3)
103protected PendingBranchesCollection PendingBranches { get; private set; } 810public readonly PendingBranchesCollection PendingBranches; 813public SavedPending(PendingBranchesCollection pendingBranches, PooledHashSet<BoundStatement> labelsSeen)
FlowAnalysis\AbstractFlowPass.PendingBranchesCollection.cs (1)
100internal void AddRange(PendingBranchesCollection collection)