4 references to GetExpandedProperty
System.Data.Services (4)
System\Data\Services\Serializers\JsonSerializer.cs (2)
690
propertyValue =
GetExpandedProperty
(this.Provider, expanded, customObject, property);
699
propertyValue =
GetExpandedProperty
(this.Provider, null, customObject, property);
System\Data\Services\Serializers\SyndicationSerializer.cs (2)
846
(this.ShouldExpandSegment(property.Name)) ?
GetExpandedProperty
(this.Provider, expanded, customObject, property) : null;
956
(this.ShouldExpandSegment(propertyName)) ?
GetExpandedProperty
(this.Provider, expanded, customObject, property) : null;