convertSourceToExpression method
Implementation
o.Expression? convertSourceToExpression(
ir.BindingSource source, o.OutputType? type) =>
source.accept(this, type);
o.Expression? convertSourceToExpression(
ir.BindingSource source, o.OutputType? type) =>
source.accept(this, type);