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