1 write to ResourceType
System.Data.Services (1)
System\Data\Services\Parsing\RequestQueryParser.cs (1)
2675this.ResourceType = resourceType;
6 references to ResourceType
System.Data.Services (6)
System\Data\Services\Parsing\RequestQueryParser.cs (6)
2049ResourceProperty property = this.currentSegmentInfo.ResourceType == null ? 2051this.currentSegmentInfo.ResourceType.TryResolvePropertyName(id); 2055this.provider.GetContainer(this.currentSegmentInfo.ResourceSet, this.currentSegmentInfo.ResourceType, property); 2061throw DataServiceException.CreateBadRequestError(Strings.BadRequest_InvalidPropertyNameSpecified(id, this.currentSegmentInfo.ResourceType.FullName)); 2068propertyAccess = Expression.Property(instance, this.currentSegmentInfo.ResourceType.GetPropertyInfo(property)); 2105ResourceType resourceType = this.currentSegmentInfo.ResourceType;