11 references to Property
System.Data.Services (11)
System\Data\Services\DataService.cs (2)
1073if (description.TargetSource == RequestTargetSource.Property) 1198Debug.Assert(description.TargetSource == RequestTargetSource.Property, "description.TargetSource == RequestTargetSource.Property");
System\Data\Services\RequestUriProcessor.cs (3)
126(targetSource == RequestTargetSource.Property && 132(targetSource == RequestTargetSource.Property && projectedProperty != null) ? projectedProperty.MimeType : 755segment.TargetSource = RequestTargetSource.Property;
System\Data\Services\Serializers\Deserializer.cs (2)
749if (requestDescription.TargetSource == RequestTargetSource.Property) 851result.TargetSource = RequestTargetSource.Property;
System\Data\Services\Serializers\JsonDeserializer.cs (1)
454if (segmentInfo.TargetSource == RequestTargetSource.Property && jsonObjectRecord.Count == 1)
System\Data\Services\Serializers\SyndicationDeserializer.cs (1)
676propertySegment.TargetSource == RequestTargetSource.Property &&
System\Data\Services\Serializers\SyndicationSerializer.cs (2)
183this.RequestDescription.TargetSource == RequestTargetSource.Property, 233this.RequestDescription.TargetSource == RequestTargetSource.Property)