4 writes to outerNamespace
System.ServiceModel (4)
System\ServiceModel\Syndication\SyndicationElementExtension.cs (4)
33this.outerNamespace = xmlReader.NamespaceURI; 76this.outerNamespace = outerNamespace; 100this.outerNamespace = outerNamespace; 221this.extensionDataWriter.ComputeOuterNameAndNs(out this.outerName, out this.outerNamespace);
2 references to outerNamespace
System.ServiceModel (2)
System\ServiceModel\Syndication\SyndicationElementExtension.cs (2)
78this.extensionDataWriter = new ExtensionDataWriter(this.extensionData, dataContractSerializer, this.outerName, this.outerNamespace); 123return this.outerNamespace;