1 write to Reader
System.Data.Entity (1)
System\Data\Common\Internal\Materialization\Shaper.cs (1)
33this.Reader = reader;
15 references to Reader
System.Data.Entity (15)
System\Data\Common\Internal\Materialization\Shaper.cs (10)
585TProperty result = new PropertyErrorHandlingValueReader<TProperty>(propertyName, typeName).GetValue(this.Reader, ordinal); 597TColumn result = new ColumnErrorHandlingValueReader<TColumn>().GetValue(this.Reader, ordinal); 603return SpatialHelpers.CreateSpatialDataReader(this.Workspace, this.Reader); 627).GetValue(this.Reader, ordinal); 634).GetValue(this.Reader, ordinal); 647).GetValue(this.Reader, ordinal); 655).GetValue(this.Reader, ordinal); 1169this.Reader.Dispose(); 1197readSucceeded = this.Reader.Read(); 1202if (this.Reader.IsClosed)
System\Data\Objects\ObjectResult_TResultType.cs (1)
56_reader = _shaper.Reader;
System\Data\Query\ResultAssembly\BridgeDataReader.cs (4)
264result = Shaper.Reader.RecordsAffected; 300Shaper.Reader.Close(); 345Shaper.Reader.NextResult() && 359CommandHelper.ConsumeReader(Shaper.Reader);