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)
61Debug.Assert(_reader != null, "don't Read() when it is created from a memento"); 62bool haveRow = _reader.Read(); 69_reader.GetValues(_currentRow); 84Debug.Assert(_reader != null, "don't Dispose() when it is created from a memento"); 85_reader.Dispose(); 187Debug.Assert(_reader == null, "don't attach to a real reader"); 353Debug.Assert(_reader == null, "don't attach to a real reader");