2 writes to _rootName
System.ServiceModel.Primitives (2)
System\ServiceModel\Dispatcher\XmlSerializerObjectSerializer.cs (2)
38_rootName = rootName; 66_rootName = mapping.ElementName;
5 references to _rootName
System.ServiceModel.Primitives (5)
System\ServiceModel\Dispatcher\XmlSerializerObjectSerializer.cs (5)
44if (_rootName == null) 51xmlRoot.ElementName = _rootName; 62if (_rootName == null) 127if (_rootName != null) 129return reader.IsStartElement(_rootName, _rootNamespace);