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