5 references to Initial
System.Xml (5)
System\Xml\XPath\XPathNavigatorReader.cs (5)
113
this.state = State.
Initial
;
119
get { return this.state > State.
Initial
&& this.state < State.EOF; }
219
if( this.state == State.
Initial
)
689
case State.
Initial
:
845
case State.
Initial
: