1 write to _reader
System.Data.Entity.Design (1)
System\Data\Entity\Design\SSDLGenerator\FunctionDetailsReader.cs (1)
56
_reader
= _command.ExecuteReader(CommandBehavior.SequentialAccess);
7 references to _reader
System.Data.Entity.Design (7)
System\Data\Entity\Design\SSDLGenerator\FunctionDetailsReader.cs (7)
61
Debug.Assert(
_reader
!= null, "don't Read() when it is created from a memento");
62
bool haveRow =
_reader
.Read();
69
_reader
.GetValues(_currentRow);
84
Debug.Assert(
_reader
!= null, "don't Dispose() when it is created from a memento");
85
_reader
.Dispose();
187
Debug.Assert(
_reader
== null, "don't attach to a real reader");
353
Debug.Assert(
_reader
== null, "don't attach to a real reader");