1 write to nullValuedProperties
System.Data.Services (1)
System\Data\Services\Epm\EpmContentSerializer.cs (1)
61this.nullValuedProperties = new EpmNullValuedPropertyTree(provider, value);
3 references to nullValuedProperties
System.Data.Services (3)
System\Data\Services\Epm\EpmContentSerializer.cs (3)
65this.epmSyndicationSerializer = new EpmSyndicationContentSerializer(this.resourceType.EpmTargetTree, value, targetItem, this.nullValuedProperties); 66this.epmCustomSerializer = new EpmCustomContentSerializer(this.resourceType.EpmTargetTree, value, targetItem, this.nullValuedProperties, provider); 106this.nullValuedProperties.AddNullValuesToContent(content);