public ConditionBuilder(LogicalFlowBuilderContext logicalBuilderContext, TypeSystem typeSystem)
 {
     base();
     this.typeSystem            = typeSystem;
     this.logicalBuilderContext = logicalBuilderContext;
     this.booleanTypeReference  = logicalBuilderContext.get_CFG().get_MethodBody().get_Method().get_Module().get_TypeSystem().get_Boolean();
     return;
 }