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)
201Debug.Assert(null != _source, "null _source?"); // we should have already called AssertReaderIsOpen. 203if (ordinal < 0 || ordinal >= _source.ColumnCount) { 226Debug.Assert(null != _source, "null _source?"); // we should have already called AssertReaderIsOpen. 228if (ordinal < 0 || ordinal >= _source.ColumnCount) { 254bool result = (_source != null); 300DataRecordInfo result = _source.DataRecordInfo; 311return _source.ColumnCount; 326if (ordinal < 0 || ordinal >= _source.ColumnCount) { 332RecordState recordState = _source.CurrentColumnValues[ordinal] as RecordState; 337result = _source.GetTypeUsage(ordinal); 369return _source.GetName(ordinal); 379return _source.GetOrdinal(name); 434result = _source.CurrentColumnValues[ordinal]; 439if (_source.IsNestedObject(ordinal)) { 661long result = _source.GetBytes(ordinal, dataOffset, buffer, bufferOffset, length); 682long result = _source.GetChars(ordinal, dataOffset, buffer, bufferOffset, length);