1 instantiation of EpmContentDeserializerState
System.Data.Services (1)
System\Data\Services\Serializers\SyndicationDeserializer.cs (1)
427
new 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)
47
internal void DeSerialize(SyndicationItem item,
EpmContentDeserializerState
state)
System\Data\Services\Epm\EpmContentDeSerializerBase.cs (2)
28
private readonly EpmContentDeSerializer.
EpmContentDeserializerState
state;
33
internal EpmContentDeSerializerBase(SyndicationItem item, EpmContentDeSerializer.
EpmContentDeserializerState
state)
System\Data\Services\Epm\EpmCustomContentDeSerializer.cs (1)
31
internal EpmCustomContentDeSerializer(SyndicationItem item, EpmContentDeSerializer.
EpmContentDeserializerState
state)
System\Data\Services\Epm\EpmSyndicationContentDeSerializer.cs (1)
28
internal EpmSyndicationContentDeSerializer(SyndicationItem item, EpmContentDeSerializer.
EpmContentDeserializerState
state)