1 instantiation of InputReferenceExpression
System.Data.Services.Client (1)
System\Data\Services\Client\ALinq\ResourceExpression.cs (1)
158
this.inputRef = new
InputReferenceExpression
(this);
14 references to InputReferenceExpression
System.Data.Services.Client (14)
System\Data\Services\Client\ALinq\DataServiceExpressionVisitor.cs (3)
45
return this.VisitInputReferenceExpression((
InputReferenceExpression
)exp);
86
/// Visit an <see cref="
InputReferenceExpression
"/>, producing a new InputReferenceExpression
92
internal virtual Expression VisitInputReferenceExpression(
InputReferenceExpression
ire)
System\Data\Services\Client\ALinq\ExpressionWriter.cs (2)
175
internal override Expression VisitInputReferenceExpression(
InputReferenceExpression
ire)
476
return (exp is
InputReferenceExpression
|| exp is ParameterExpression);
System\Data\Services\Client\ALinq\InputBinder.cs (4)
64
/// parameter references with <see cref="
InputReferenceExpression
"/>s to the appropriate corresponding
172
InputReferenceExpression
sourceReference = source as
InputReferenceExpression
;
231
/// Returns an <see cref="
InputReferenceExpression
"/> that references the specified resource set,
System\Data\Services\Client\ALinq\ResourceBinder.cs (1)
420
private static Expression BuildKeyPredicateFilter(
InputReferenceExpression
input, Dictionary<PropertyInfo, ConstantExpression> keyValuesDictionary)
System\Data\Services\Client\ALinq\ResourceExpression.cs (3)
48
protected
InputReferenceExpression
inputRef;
149
/// Creates an <see cref="
InputReferenceExpression
"/> that refers to this component of the resource path.
154
internal
InputReferenceExpression
CreateReference()
System\Data\Services\Client\ALinq\ResourceSetExpression.cs (1)
256
InputReferenceExpression
inputRef = newInput.inputRef;