Base:
property
WriteState
System.Xml.XmlWriter.WriteState
4 references to WriteState
System.Xml (4)
System\Xml\Core\XmlCharCheckingWriter.cs (2)
228if ( replaceNewLines && WriteState != WriteState.Attribute ) { 256if ( replaceNewLines && WriteState != WriteState.Attribute ) {
System\Xml\Core\XmlCharCheckingWriterAsync.cs (2)
147if ( replaceNewLines && WriteState != WriteState.Attribute ) { 175if ( replaceNewLines && WriteState != WriteState.Attribute ) {