2 writes to rootNamespace
System.ServiceModel (2)
System\ServiceModel\Dispatcher\XmlSerializerObjectSerializer.cs (2)
45
this.
rootNamespace
= rootNamespace == null ? string.Empty : rootNamespace;
68
this.
rootNamespace
= mapping.Namespace;
2 references to rootNamespace
System.ServiceModel (2)
System\ServiceModel\Dispatcher\XmlSerializerObjectSerializer.cs (2)
56
xmlRoot.Namespace = this.
rootNamespace
;
118
return reader.IsStartElement(this.rootName, this.
rootNamespace
);