1 write to outerNamespace
System.ServiceModel (1)
System\ServiceModel\Syndication\SyndicationElementExtension.cs (1)
239this.outerNamespace = outerNamespace;
3 references to outerNamespace
System.ServiceModel (3)
System\ServiceModel\Syndication\SyndicationElementExtension.cs (3)
253Fx.Assert((this.dataContractSerializer == null && this.outerName == null && this.outerNamespace == null), "Xml serializer cannot have outer name, ns"); 261writer.WriteStartElement(outerName, outerNamespace); 278ns = this.outerNamespace;