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