4 writes to outerName
System.ServiceModel (4)
System\ServiceModel\Syndication\SyndicationElementExtension.cs (4)
32this.outerName = xmlReader.LocalName; 75this.outerName = outerName; 99this.outerName = outerName; 221this.extensionDataWriter.ComputeOuterNameAndNs(out this.outerName, out this.outerNamespace);
4 references to outerName
System.ServiceModel (4)
System\ServiceModel\Syndication\SyndicationElementExtension.cs (4)
78this.extensionDataWriter = new ExtensionDataWriter(this.extensionData, dataContractSerializer, this.outerName, this.outerNamespace); 107if (this.outerName == null) 111return this.outerName; 119if (this.outerName == null)