예제 #1
0
 protected virtual ControlFlowEdge CreateEdge(ControlFlowNode from, ControlFlowNode to, ControlFlowEdgeType type)
 {
     return(new ControlFlowEdge(from, to, type));
 }
예제 #2
0
 protected virtual ControlFlowEdge CreateEdge(ControlFlowNode from, ControlFlowNode to, ControlFlowEdgeType type)
 {
     cancellationToken.ThrowIfCancellationRequested();
     return(new ControlFlowEdge(from, to, type));
 }