2 writes to rootName
System.ServiceModel (2)
System\ServiceModel\Dispatcher\XmlSerializerObjectSerializer.cs (2)
44this.rootName = rootName; 67this.rootName = mapping.ElementName;
5 references to rootName
System.ServiceModel (5)
System\ServiceModel\Dispatcher\XmlSerializerObjectSerializer.cs (5)
50if (this.rootName == null) 55xmlRoot.ElementName = this.rootName; 64if (this.rootName == null) 116if (this.rootName != null) 118return reader.IsStartElement(this.rootName, this.rootNamespace);