1 write to resourceType
System.Data.Services (1)
System\Data\Services\Epm\EpmContentSerializer.cs (1)
59this.resourceType = resourceType;
4 references to resourceType
System.Data.Services (4)
System\Data\Services\Epm\EpmContentSerializer.cs (4)
65this.epmSyndicationSerializer = new EpmSyndicationContentSerializer(this.resourceType.EpmTargetTree, value, targetItem, this.nullValuedProperties); 66this.epmCustomSerializer = new EpmCustomContentSerializer(this.resourceType.EpmTargetTree, value, targetItem, this.nullValuedProperties, provider); 75Debug.Assert(this.resourceType != null, "Must have a valid ResourceType"); 76return this.resourceType.HasEntityPropertyMappings;