Base:
property
WriteState
System.Xml.XmlWriter.WriteState
4 references to WriteState
System.Private.Xml (4)
System\Xml\Core\XmlCharCheckingWriter.cs (2)
249
if (_replaceNewLines &&
WriteState
!= WriteState.Attribute)
276
if (_replaceNewLines &&
WriteState
!= WriteState.Attribute)
System\Xml\Core\XmlCharCheckingWriterAsync.cs (2)
196
if (_replaceNewLines &&
WriteState
!= WriteState.Attribute)
223
if (_replaceNewLines &&
WriteState
!= WriteState.Attribute)