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