Exemplo n.º 1
0
 public PendingBranch(BoundStatement branch, FlowAnalysisLocalState state)
 {
     this.Branch = branch;
     this.State  = state;
 }
Exemplo n.º 2
0
 public PendingBranch(BoundStatement branch, FlowAnalysisLocalState state)
 {
     this.Branch = branch;
     this.State = state;
 }