4 references to GetValueOpenPropertyMethodInfo
System.Data.Services (4)
System\Data\Services\Internal\PropertyAccessVisitor.cs (1)
53
else if (m.Method == OpenTypeMethods.
GetValueOpenPropertyMethodInfo
)
System\Data\Services\Parsing\RequestQueryParser.cs (1)
2113
Expression.Call(null /* instance */, OpenTypeMethods.
GetValueOpenPropertyMethodInfo
, instance, Expression.Constant(id));
System\Data\Services\Providers\BasicExpandProvider.cs (1)
1311
OpenTypeMethods.
GetValueOpenPropertyMethodInfo
,
System\Data\Services\RequestUriProcessor.cs (1)
1161
Expression body = Expression.Call(null /* instance */, OpenTypeMethods.
GetValueOpenPropertyMethodInfo
, parameter, Expression.Constant(propertyName));