2 writes to newLineHandling
System.Xml (2)
System\Xml\Core\XmlWriterSettings.cs (2)
169newLineHandling = value; 676newLineHandling = NewLineHandling.Replace;
3 references to newLineHandling
System.Xml (3)
System\Xml\Core\XmlWriterSettings.cs (3)
161return newLineHandling; 715if (this.newLineHandling == NewLineHandling.Replace) { 734if (this.newLineHandling == NewLineHandling.Replace &&