1 write to epmSyndicationSerializer
System.Data.Services (1)
System\Data\Services\Epm\EpmContentSerializer.cs (1)
65
this.
epmSyndicationSerializer
= new EpmSyndicationContentSerializer(this.resourceType.EpmTargetTree, value, targetItem, this.nullValuedProperties);
4 references to epmSyndicationSerializer
System.Data.Services (4)
System\Data\Services\Epm\EpmContentSerializer.cs (4)
87
Debug.Assert(this.
epmSyndicationSerializer
!= null, "ResourceType with mapping implies a valid syndication content serializer");
88
this.
epmSyndicationSerializer
.Dispose();
101
Debug.Assert(this.
epmSyndicationSerializer
!= null, "ResourceType with mapping implies a valid syndication content serializer");
102
this.
epmSyndicationSerializer
.Serialize(provider);