5 references to EOF
System.Xml (5)
System\Xml\XPath\XPathNavigatorReader.cs (5)
119get { return this.state > State.Initial && this.state < State.EOF; } 682return this.state == State.EOF; 697case State.EOF: 842case State.EOF: 934this.state = State.EOF;