2 writes to _indexMap
System.Data.Common (2)
System\Data\ProviderBase\SchemaMapping.cs (2)
731
_indexMap
= columnIndexMap;
1110
_indexMap
= columnIndexMap;
11 references to _indexMap
System.Data.Common (11)
System\Data\ProviderBase\SchemaMapping.cs (11)
256
int k =
_indexMap
![i];
284
Debug.Assert(_mappedLength ==
_indexMap
!.Length, "incorrect precomputed length");
289
int k =
_indexMap
[i];
364
Debug.Assert((null == _chapterMap) && (null ==
_indexMap
) && (null == _mappedDataValues), "incorrect MappedValues");
367
Debug.Assert((null == _chapterMap) && (null ==
_indexMap
) && (null != _mappedDataValues), "incorrect MappedValues");
371
Debug.Assert((null == _chapterMap) && (null !=
_indexMap
) && (null != _mappedDataValues), "incorrect MappedValues");
375
Debug.Assert((null != _chapterMap) && (null ==
_indexMap
) && (null != _mappedDataValues), "incorrect MappedValues");
379
Debug.Assert((null != _chapterMap) && (null !=
_indexMap
) && (null != _mappedDataValues), "incorrect MappedValues");
476
if (null ==
_indexMap
)
483
parentChapterColumn = _dataTable!.Columns[
_indexMap
[i]];
1225
if (null ==
_indexMap
)