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