5 writes to _state
System.Data.Entity (5)
System\Data\Common\Internal\Materialization\Shaper.cs (5)
1445
_state
= State.Start;
1477
_state
= State.NoRows;
1489
_state
= State.NoRows;
1524
_state
= State.Reading;
1529
_state
= State.NoRowsLastElementPending;
2 references to _state
System.Data.Entity (2)
System\Data\Common\Internal\Materialization\Shaper.cs (2)
1465
switch (
_state
)
1495
if (
_state
== State.NoRows)