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