1 write to dataContractSerializer
System.ServiceModel (1)
System\ServiceModel\Syndication\SyndicationElementExtension.cs (1)
236
this.
dataContractSerializer
= dataContractSerializer;
5 references to dataContractSerializer
System.ServiceModel (5)
System\ServiceModel\Syndication\SyndicationElementExtension.cs (5)
253
Fx.Assert((this.
dataContractSerializer
== null && this.outerName == null && this.outerNamespace == null), "Xml serializer cannot have outer name, ns");
262
this.
dataContractSerializer
.WriteObjectContent(writer, this.extensionData);
267
this.
dataContractSerializer
.WriteObject(writer, this.extensionData);
280
else if (this.
dataContractSerializer
!= null)
298
Fx.Assert(this.
dataContractSerializer
== null, "only one of xmlserializer or datacontract serializer can be present");