1 write to Shaper
System.Data.Entity (1)
System\Data\Query\ResultAssembly\BridgeDataReader.cs (1)
90Shaper = shaper;
23 references to Shaper
System.Data.Entity (23)
System\Data\Query\ResultAssembly\BridgeDataReader.cs (23)
99if (!Shaper.DataWaiting) { 100Shaper.DataWaiting = Shaper.RootEnumerator.MoveNext(); 102if (Shaper.DataWaiting) { 103RecordState currentRecord = Shaper.RootEnumerator.Current; 111DefaultRecordState = coordinatorFactory.GetDefaultRecordState(Shaper); 264result = Shaper.Reader.RecordsAffected; 300Shaper.Reader.Close(); 345Shaper.Reader.NextResult() && 359CommandHelper.ConsumeReader(Shaper.Reader); 396DataRecord.SetRecordSource(Shaper.RootEnumerator.Current, result); 414if (!Shaper.DataWaiting) { 415Shaper.DataWaiting = Shaper.RootEnumerator.MoveNext(); 422while (Shaper.DataWaiting 423&& Shaper.RootEnumerator.Current.CoordinatorFactory != CoordinatorFactory 424&& Shaper.RootEnumerator.Current.CoordinatorFactory.Depth > CoordinatorFactory.Depth) { 425Shaper.DataWaiting = Shaper.RootEnumerator.MoveNext(); 428if (Shaper.DataWaiting) { 431if (Shaper.RootEnumerator.Current.CoordinatorFactory == CoordinatorFactory) { 432Shaper.DataWaiting = false; 433Shaper.RootEnumerator.Current.AcceptPendingValues();