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