public CodegenExpression Codegen( CodegenExpression inner, Type innerType, CodegenMethodScope parent, ExprForgeCodegenSymbol symbols, CodegenClassScope classScope) { return ExprDotMethodForgeDuckEval.Codegen( this, inner, innerType, parent, symbols, classScope); }
public CodegenExpression Codegen( CodegenExpression inner, Type innerType, CodegenMethodScope codegenMethodScope, ExprForgeCodegenSymbol exprSymbol, CodegenClassScope codegenClassScope) { return ExprDotMethodForgeDuckEval.Codegen( this, inner, innerType, codegenMethodScope, exprSymbol, codegenClassScope); }