Base:
property
WriteState
System.Xml.XmlWriter.WriteState
3 references to WriteState
System.Private.Xml (3)
System\Xml\Core\XmlWellFormedWriter.cs (1)
1199_rawWriter.Close(WriteState);
System\Xml\Core\XmlWellFormedWriterAsync.cs (1)
1447await _rawWriter.DisposeAsyncCore(WriteState).ConfigureAwait(false);
System\Xml\Xsl\XmlILCommand.cs (1)
60wellFormedWriter.WriteState == WriteState.Start &&