10 references to State
System.Data.Entity (10)
System\Data\Common\Internal\Materialization\Shaper.cs (10)
1439
private
State
_state;
1445
_state =
State
.Start;
1467
case
State
.Start:
1477
_state =
State
.NoRows;
1481
case
State
.Reading:
1486
case
State
.NoRowsLastElementPending:
1489
_state =
State
.NoRows;
1495
if (_state ==
State
.NoRows)
1524
_state =
State
.Reading;
1529
_state =
State
.NoRowsLastElementPending;