3 overrides of WriteLinkCollection
System.Data.Services (3)
System\Data\Services\Serializers\JsonSerializer.cs (1)
208
protected override void
WriteLinkCollection
(IEnumerator elements, bool hasMoved)
System\Data\Services\Serializers\PlainXmlSerializer.cs (1)
226
protected override void
WriteLinkCollection
(IEnumerator elements, bool hasMoved)
System\Data\Services\Serializers\SyndicationSerializer.cs (1)
298
protected override void
WriteLinkCollection
(IEnumerator elements, bool hasMoved)
1 reference to WriteLinkCollection
System.Data.Services (1)
System\Data\Services\Serializers\Serializer.cs (1)
230
this.
WriteLinkCollection
(queryResults, hasMoved);