1 write to epmCustomSerializer
System.Data.Services (1)
System\Data\Services\Epm\EpmContentSerializer.cs (1)
66this.epmCustomSerializer = new EpmCustomContentSerializer(this.resourceType.EpmTargetTree, value, targetItem, this.nullValuedProperties, provider);
4 references to epmCustomSerializer
System.Data.Services (4)
System\Data\Services\Epm\EpmContentSerializer.cs (4)
89Debug.Assert(this.epmCustomSerializer != null, "ResourceType with mapping implies a valid custom content serializer"); 90this.epmCustomSerializer.Dispose(); 103Debug.Assert(this.epmCustomSerializer != null, "ResourceType with mapping implies a valid custom content serializer"); 104this.epmCustomSerializer.Serialize(provider);