1 write to epmSyndicationSerializer
System.Data.Services (1)
System\Data\Services\Epm\EpmContentSerializer.cs (1)
65this.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)
87Debug.Assert(this.epmSyndicationSerializer != null, "ResourceType with mapping implies a valid syndication content serializer"); 88this.epmSyndicationSerializer.Dispose(); 101Debug.Assert(this.epmSyndicationSerializer != null, "ResourceType with mapping implies a valid syndication content serializer"); 102this.epmSyndicationSerializer.Serialize(provider);