5 references to Initial
dotnet-svcutil-lib (5)
FrameworkFork\Microsoft.Xml\Xml\XPath\XPathNavigatorReader.cs (5)
123
_state = State.
Initial
;
130
get { return _state > State.
Initial
&& _state < State.EOF; }
250
if (_state == State.
Initial
)
805
case State.
Initial
:
983
case State.
Initial
: