1 instantiation of EpmContentDeserializerState
System.Data.Services (1)
System\Data\Services\Serializers\SyndicationDeserializer.cs (1)
427new EpmContentDeSerializer.EpmContentDeserializerState { IsUpdateOperation = this.Update, Updatable = this.Updatable, Service = this.Service, PropertiesApplied = propertiesApplied });
5 references to EpmContentDeserializerState
System.Data.Services (5)
System\Data\Services\Epm\EpmContentDeSerializer.cs (1)
47internal void DeSerialize(SyndicationItem item, EpmContentDeserializerState state)
System\Data\Services\Epm\EpmContentDeSerializerBase.cs (2)
28private readonly EpmContentDeSerializer.EpmContentDeserializerState state; 33internal EpmContentDeSerializerBase(SyndicationItem item, EpmContentDeSerializer.EpmContentDeserializerState state)
System\Data\Services\Epm\EpmCustomContentDeSerializer.cs (1)
31internal EpmCustomContentDeSerializer(SyndicationItem item, EpmContentDeSerializer.EpmContentDeserializerState state)
System\Data\Services\Epm\EpmSyndicationContentDeSerializer.cs (1)
28internal EpmSyndicationContentDeSerializer(SyndicationItem item, EpmContentDeSerializer.EpmContentDeserializerState state)