6 references to ReadState
dotnet-svcutil-lib (6)
FrameworkFork\System.Runtime.Serialization\System\Xml\XmlBaseReader.cs (3)
517return _node.ReadState == ReadState.EndOfFile; 1266return _node.ReadState; 1679if (_node.ReadState != ReadState.Interactive)
FrameworkFork\System.Runtime.Serialization\System\Xml\XmlBinaryReader.cs (1)
358if (this.Node.ReadState == ReadState.Closed)
FrameworkFork\System.Runtime.Serialization\System\Xml\XmlUTF8TextReader.cs (2)
639if (this.Node.ReadState != ReadState.Initial) 1309if (this.Node.ReadState == ReadState.Closed)