4 writes to _source
System.Data.Entity (4)
System\Data\Query\ResultAssembly\BridgeDataRecord.cs (4)
109
_source
= null; // can't have data any longer once we're closed.
119
_source
= null; // can't have data any longer once we're closed.
154
_source
= newSource;
157
_source
= null;
16 references to _source
System.Data.Entity (16)
System\Data\Query\ResultAssembly\BridgeDataRecord.cs (16)
201
Debug.Assert(null !=
_source
, "null _source?"); // we should have already called AssertReaderIsOpen.
203
if (ordinal < 0 || ordinal >=
_source
.ColumnCount) {
226
Debug.Assert(null !=
_source
, "null _source?"); // we should have already called AssertReaderIsOpen.
228
if (ordinal < 0 || ordinal >=
_source
.ColumnCount) {
254
bool result = (
_source
!= null);
300
DataRecordInfo result =
_source
.DataRecordInfo;
311
return
_source
.ColumnCount;
326
if (ordinal < 0 || ordinal >=
_source
.ColumnCount) {
332
RecordState recordState =
_source
.CurrentColumnValues[ordinal] as RecordState;
337
result =
_source
.GetTypeUsage(ordinal);
369
return
_source
.GetName(ordinal);
379
return
_source
.GetOrdinal(name);
434
result =
_source
.CurrentColumnValues[ordinal];
439
if (
_source
.IsNestedObject(ordinal)) {
661
long result =
_source
.GetBytes(ordinal, dataOffset, buffer, bufferOffset, length);
682
long result =
_source
.GetChars(ordinal, dataOffset, buffer, bufferOffset, length);