16 references to Closed
dotnet-svcutil-lib (16)
FrameworkFork\Microsoft.Xml\Xml\BinaryXml\XmlBinaryReader.cs (1)
60ReadState.Closed
FrameworkFork\Microsoft.Xml\Xml\Core\XmlCharCheckingReader.cs (2)
377return base.reader.ReadState == ReadState.Closed ? ReadState.Closed : ReadState.Initial;
FrameworkFork\Microsoft.Xml\Xml\Core\XmlReader.cs (1)
1419if (disposing && ReadState != ReadState.Closed)
FrameworkFork\Microsoft.Xml\Xml\Core\XmlSubtreeReader.cs (1)
53Closed = ReadState.Closed,
FrameworkFork\Microsoft.Xml\Xml\Core\XmlTextReaderImpl.cs (3)
2077if (_readState == ReadState.Closed) 2110if (_readState == ReadState.Closed) 3619_readState = ReadState.Closed;
FrameworkFork\Microsoft.Xml\Xml\Dom\XmlNodeReader.cs (2)
1711get { return (_readState != ReadState.Closed) && _fEOF; } 1718_readState = ReadState.Closed;
FrameworkFork\Microsoft.Xml\Xml\XPath\XPathNavigatorReader.cs (1)
816return ReadState.Closed;
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\ExtensionDataReader.cs (1)
284_readState = ReadState.Closed;
FrameworkFork\System.Runtime.Serialization\System\Xml\XmlBaseReader.cs (1)
2434ReadState.Closed,
FrameworkFork\System.Runtime.Serialization\System\Xml\XmlBinaryReader.cs (1)
358if (this.Node.ReadState == ReadState.Closed)
FrameworkFork\System.Runtime.Serialization\System\Xml\XmlUTF8TextReader.cs (1)
1309if (this.Node.ReadState == ReadState.Closed)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\Message.cs (1)
1177if (bodyReader.ReadState == ReadState.Error || bodyReader.ReadState == ReadState.Closed)