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)
2075DataServiceProviderMethods.GetValueMethodInfo,
System\Data\Services\Providers\BasicExpandProvider.cs (1)
1271DataServiceProviderMethods.GetValueMethodInfo,
System\Data\Services\RequestQueryProcessor.cs (1)
469DataServiceProviderMethods.GetValueMethodInfo,
System\Data\Services\RequestUriProcessor.cs (2)
1180Expression body = Expression.Call(null /*instance*/, DataServiceProviderMethods.GetValueMethodInfo, parameter, Expression.Constant(property)); 1244e = Expression.Call(null /*instance*/, DataServiceProviderMethods.GetValueMethodInfo, parameter, Expression.Constant(keyProperty));