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