2 writes to _readerDataValues
System.Data.Common (2)
System\Data\ProviderBase\SchemaMapping.cs (2)
160
_readerDataValues
= SetupSchemaWithoutKeyInfo(mappingAction, schemaAction, gettingData, parentChapterColumn, parentChapterValue);
164
_readerDataValues
= SetupSchemaWithKeyInfo(mappingAction, schemaAction, gettingData, parentChapterColumn, parentChapterValue);
21 references to _readerDataValues
System.Data.Common (21)
System\Data\ProviderBase\SchemaMapping.cs (21)
191
return
_readerDataValues
;
198
_dataReader.GetValues(
_readerDataValues
!);
259
_mappedDataValues![k] =
_readerDataValues
![i]; // from reader to dataset
274
_mappedDataValues![i] =
_readerDataValues
![i]; // from reader to dataset
292
_mappedDataValues![k] =
_readerDataValues
![i]; // from reader to dataset
299
Debug.Assert(_mappedLength == Math.Min(
_readerDataValues
!.Length, _mappedDataValues!.Length), "incorrect precomputed length");
304
_mappedDataValues[i] =
_readerDataValues
[i]; // from reader to dataset
310
Debug.Assert(
_readerDataValues
!= null);
319
string? xml =
_readerDataValues
[i] as string;
320
if ((null == xml) && (
_readerDataValues
[i] is System.Data.SqlTypes.SqlString x))
328
_readerDataValues
[i] = _xmlMap[i] switch
345
_readerDataValues
[i] = new System.Data.SqlTypes.SqlXml(reader);
350
_readerDataValues
[i] = document;
365
return
_readerDataValues
; // from reader to dataset
390
for (int i = 0; i <
_readerDataValues
!.Length; ++i)
392
_readerDataValues
[i] = null;
402
_dataReader.GetValues(
_readerDataValues
!);
443
IDisposable? disposable = (
_readerDataValues
![i] as IDisposable);
446
_readerDataValues
[i] = null;
463
object? readerValue =
_readerDataValues
![i];
466
_readerDataValues
[i] = null;