4 references to ShouldExpandSegment
System.Data.Services (4)
System\Data\Services\Serializers\JsonSerializer.cs (1)
680if (mayDefer && !this.ShouldExpandSegment(propertyName))
System\Data\Services\Serializers\SyndicationSerializer.cs (3)
846(this.ShouldExpandSegment(property.Name)) ? GetExpandedProperty(this.Provider, expanded, customObject, property) : null; 956(this.ShouldExpandSegment(propertyName)) ? GetExpandedProperty(this.Provider, expanded, customObject, property) : null; 1054if (!this.ShouldExpandSegment(navProperty.Name))