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