1 write to outerName
System.ServiceModel (1)
System\ServiceModel\Syndication\SyndicationElementExtension.cs (1)
238this.outerName = outerName;
5 references to outerName
System.ServiceModel (5)
System\ServiceModel\Syndication\SyndicationElementExtension.cs (5)
253Fx.Assert((this.dataContractSerializer == null && this.outerName == null && this.outerNamespace == null), "Xml serializer cannot have outer name, ns"); 259if (this.outerName != null) 261writer.WriteStartElement(outerName, outerNamespace); 274if (this.outerName != null) 277name = this.outerName;