1 write to replaceNewLines
System.Xml (1)
System\Xml\Core\XmlCharCheckingWriter.cs (1)
69this.replaceNewLines = replaceNewLines;
15 references to replaceNewLines
System.Xml (15)
System\Xml\Core\XmlCharCheckingWriter.cs (8)
89if ( replaceNewLines ) { 117if ( replaceNewLines ) { 158if ( replaceNewLines ) { 176if ( replaceNewLines ) { 192if ( replaceNewLines ) { 217if ( replaceNewLines ) { 228if ( replaceNewLines && WriteState != WriteState.Attribute ) { 256if ( replaceNewLines && WriteState != WriteState.Attribute ) {
System\Xml\Core\XmlCharCheckingWriterAsync.cs (7)
36if ( replaceNewLines ) { 77if ( replaceNewLines ) { 95if ( replaceNewLines ) { 111if ( replaceNewLines ) { 136if ( replaceNewLines ) { 147if ( replaceNewLines && WriteState != WriteState.Attribute ) { 175if ( replaceNewLines && WriteState != WriteState.Attribute ) {