2 writes to _readerDataValues
System.Data (2)
fx\src\data\System\Data\ProviderBase\SchemaMapping.cs (2)
148
_readerDataValues
= SetupSchemaWithoutKeyInfo(mappingAction, schemaAction, gettingData, parentChapterColumn, parentChapterValue);
151
_readerDataValues
= SetupSchemaWithKeyInfo(mappingAction, schemaAction, gettingData, parentChapterColumn, parentChapterValue);
22 references to _readerDataValues
System.Data (22)
fx\src\data\System\Data\ProviderBase\SchemaMapping.cs (22)
172
return
_readerDataValues
;
178
_dataReader.GetValues(
_readerDataValues
);
223
_mappedDataValues[k] =
_readerDataValues
[i]; // from reader to dataset
235
_mappedDataValues[i] =
_readerDataValues
[i]; // from reader to dataset
249
_mappedDataValues[k] =
_readerDataValues
[i]; // from reader to dataset
255
Debug.Assert(_mappedLength == Math.Min(
_readerDataValues
.Length, _mappedDataValues.Length), "incorrect precomputed length");
259
_mappedDataValues[i] =
_readerDataValues
[i]; // from reader to dataset
268
string xml =
_readerDataValues
[i] as string;
269
if ((null == xml) && (
_readerDataValues
[i] is System.Data.SqlTypes.SqlString)) {
270
System.Data.SqlTypes.SqlString x = (System.Data.SqlTypes.SqlString)
_readerDataValues
[i];
278
_readerDataValues
[i] = System.Data.SqlTypes.SqlXml.Null;
281
_readerDataValues
[i] = DBNull.Value;
292
_readerDataValues
[i] = new System.Data.SqlTypes.SqlXml(reader);
297
_readerDataValues
[i] = document;
311
return
_readerDataValues
; // from reader to dataset
334
for (int i = 0; i <
_readerDataValues
.Length; ++i) {
335
_readerDataValues
[i] = null;
342
_dataReader.GetValues(
_readerDataValues
);
376
IDisposable disposable = (
_readerDataValues
[i] as IDisposable);
378
_readerDataValues
[i] = null;
391
object readerValue =
_readerDataValues
[i];
393
_readerDataValues
[i] = null;