6 references to Closed
dotnet-svcutil-lib (6)
FrameworkFork\Microsoft.Xml\Xml\Core\XmlTextWriter.cs (1)
971return WriteState.Closed;
FrameworkFork\Microsoft.Xml\Xml\Core\XmlWellformedWriter.cs (1)
207WriteState.Closed, // State.Closed
FrameworkFork\Microsoft.Xml\Xml\Core\XmlWriter.cs (1)
632if (disposing && WriteState != WriteState.Closed)
FrameworkFork\System.Runtime.Serialization\System\Xml\XmlBaseWriter.cs (2)
78AutoComplete(WriteState.Closed); 97get { return _writeState == WriteState.Closed; }
FrameworkFork\System.Runtime.Serialization\System\Xml\XmlDictionaryWriter.cs (1)
589if (disposing && WriteState != WriteState.Closed)