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