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