2 writes to _rootNamespace
System.ServiceModel.Primitives (2)
System\ServiceModel\Dispatcher\XmlSerializerObjectSerializer.cs (2)
39_rootNamespace = rootNamespace == null ? string.Empty : rootNamespace; 67_rootNamespace = mapping.Namespace;
2 references to _rootNamespace
System.ServiceModel.Primitives (2)
System\ServiceModel\Dispatcher\XmlSerializerObjectSerializer.cs (2)
52xmlRoot.Namespace = _rootNamespace; 129return reader.IsStartElement(_rootName, _rootNamespace);