1 write to outerName
System.ServiceModel (1)
System\ServiceModel\Syndication\SyndicationElementExtension.cs (1)
238
this.
outerName
= outerName;
5 references to outerName
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");
259
if (this.
outerName
!= null)
261
writer.WriteStartElement(
outerName
, outerNamespace);
274
if (this.
outerName
!= null)
277
name = this.
outerName
;