public UcfgBlockFactory(SemanticModel semanticModel, BlockIdProvider blockIdProvider)
 {
     this.blockIdProvider    = blockIdProvider;
     this.expressionService  = new UcfgExpressionService();
     this.instructionFactory = new UcfgInstructionFactory(semanticModel, expressionService);
 }
Ejemplo n.º 2
0
 public void TestInitialize()
 {
     this.blockId = new BlockIdProvider();
 }