1 write to resourceType
System.Data.Services (1)
System\Data\Services\Epm\EpmContentDeSerializer.cs (1)
39this.resourceType = resourceType;
5 references to resourceType
System.Data.Services (5)
System\Data\Services\Epm\EpmContentDeSerializer.cs (5)
41this.resourceType.EnsureEpmInfoAvailability(); 49if (this.resourceType.EpmTargetTree.SyndicationRoot.SubSegments.Count > 0) 51new EpmSyndicationContentDeSerializer(item, state).DeSerialize(this.resourceType, this.element); 54if (this.resourceType.EpmTargetTree.NonSyndicationRoot.SubSegments.Count > 0) 56new EpmCustomContentDeSerializer(item, state).DeSerialize(this.resourceType, this.element);