7 references to GetPropertyInfo
System.Data.Services (7)
System\Data\Services\Parsing\RequestQueryParser.cs (1)
2068
propertyAccess = Expression.Property(instance, this.currentSegmentInfo.ResourceType.
GetPropertyInfo
(property));
System\Data\Services\Providers\BaseServiceProvider.cs (1)
318
PropertyInfo propertyInfo = this.GetResourceType(target).
GetPropertyInfo
(resourceProperty);
System\Data\Services\Providers\BasicExpandProvider.cs (1)
1258
expression = Expression.Property(source, resourceType.
GetPropertyInfo
(property));
System\Data\Services\Providers\DataServiceProviderWrapper.cs (1)
448
PropertyInfo propertyInfo = resourceType.
GetPropertyInfo
(resourceProperty);
System\Data\Services\Providers\ResourceType.cs (1)
948
MethodInfo setMethod = this.
GetPropertyInfo
(resourceProperty).GetSetMethod();
System\Data\Services\RequestQueryProcessor.cs (1)
462
e = Expression.Property(p, resourceType.
GetPropertyInfo
(keyProp));
System\Data\Services\Serializers\SyndicationSerializer.cs (1)
802
generator.Emit(OpCodes.Call, resourceType.
GetPropertyInfo
(property).GetGetMethod());