13 references to Closed
System.Private.DataContractSerialization (7)
System\Runtime\Serialization\Json\XmlJsonWriter.cs (4)
133if (_writeState == WriteState.Closed) 135return WriteState.Closed; 169private bool IsClosed => (WriteState == WriteState.Closed); 196_writeState = WriteState.Closed;
System\Xml\XmlBaseWriter.cs (2)
91AutoComplete(WriteState.Closed); 114get { return _writeState == WriteState.Closed; }
System\Xml\XmlDictionaryWriter.cs (1)
620if (disposing && WriteState != WriteState.Closed)
System.Private.Xml (4)
System\Xml\Core\XmlTextWriter.cs (1)
1006return WriteState.Closed;
System\Xml\Core\XmlWellFormedWriter.cs (1)
193WriteState.Closed, // State.Closed
System\Xml\Core\XmlWriter.cs (1)
581if (disposing && WriteState != WriteState.Closed)
System\Xml\Core\XmlWriterAsync.cs (1)
586if (WriteState != WriteState.Closed)
System.ServiceModel.Primitives (2)
Internals\System\Xml\XmlMtomWriter.cs (2)
501if (Writer.WriteState != WriteState.Closed) 540if (Writer.WriteState != WriteState.Closed)