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)
256int k = _indexMap![i]; 284Debug.Assert(_mappedLength == _indexMap!.Length, "incorrect precomputed length"); 289int k = _indexMap[i]; 364Debug.Assert((null == _chapterMap) && (null == _indexMap) && (null == _mappedDataValues), "incorrect MappedValues"); 367Debug.Assert((null == _chapterMap) && (null == _indexMap) && (null != _mappedDataValues), "incorrect MappedValues"); 371Debug.Assert((null == _chapterMap) && (null != _indexMap) && (null != _mappedDataValues), "incorrect MappedValues"); 375Debug.Assert((null != _chapterMap) && (null == _indexMap) && (null != _mappedDataValues), "incorrect MappedValues"); 379Debug.Assert((null != _chapterMap) && (null != _indexMap) && (null != _mappedDataValues), "incorrect MappedValues"); 476if (null == _indexMap) 483parentChapterColumn = _dataTable!.Columns[_indexMap[i]]; 1225if (null == _indexMap)