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