5 references to PushSegmentForProperty
System.Data.Services (5)
System\Data\Services\Serializers\JsonSerializer.cs (1)
707bool needPop = this.PushSegmentForProperty(property);
System\Data\Services\Serializers\PlainXmlSerializer.cs (1)
291bool needPop = this.PushSegmentForProperty(property);
System\Data\Services\Serializers\SyndicationSerializer.cs (3)
854bool needPop = this.PushSegmentForProperty(property); 1010needPop = this.PushSegmentForProperty(property); 1081bool needPop = this.PushSegmentForProperty(navProperty);