3 references to PromoteExpression
System.Data.Services (3)
System\Data\Services\Parsing\RequestQueryParser.cs (3)
2200
promotedArguments[i] = this.
PromoteExpression
(arguments[i], candidate.ParameterTypes[i], true);
2448
Expression promoted = this.
PromoteExpression
(args[i], pi.ParameterType, false);
2556
valueAccessExpression = this.
PromoteExpression
(valueAccessExpression, type, exact);