6 references to GetValueMethodInfo
System.Data.Services (6)
System\Data\Services\Internal\PropertyAccessVisitor.cs (1)
41
(m.Method == DataServiceProviderMethods.
GetValueMethodInfo
))
System\Data\Services\Parsing\RequestQueryParser.cs (1)
2075
DataServiceProviderMethods.
GetValueMethodInfo
,
System\Data\Services\Providers\BasicExpandProvider.cs (1)
1271
DataServiceProviderMethods.
GetValueMethodInfo
,
System\Data\Services\RequestQueryProcessor.cs (1)
469
DataServiceProviderMethods.
GetValueMethodInfo
,
System\Data\Services\RequestUriProcessor.cs (2)
1180
Expression body = Expression.Call(null /*instance*/, DataServiceProviderMethods.
GetValueMethodInfo
, parameter, Expression.Constant(property));
1244
e = Expression.Call(null /*instance*/, DataServiceProviderMethods.
GetValueMethodInfo
, parameter, Expression.Constant(keyProperty));