2 writes to _indexMap
System.Data (2)
fx\src\data\System\Data\ProviderBase\SchemaMapping.cs (2)
612_indexMap = columnIndexMap; 954_indexMap = columnIndexMap;
11 references to _indexMap
System.Data (11)
fx\src\data\System\Data\ProviderBase\SchemaMapping.cs (11)
221int k = _indexMap[i]; 243Debug.Assert(_mappedLength == _indexMap.Length, "incorrect precomputed length"); 247int k = _indexMap[i]; 310Debug.Assert((null == _chapterMap) && (null == _indexMap) && (null == _mappedDataValues), "incorrect MappedValues"); 313Debug.Assert((null == _chapterMap) && (null == _indexMap) && (null != _mappedDataValues), "incorrect MappedValues"); 317Debug.Assert((null == _chapterMap) && (null != _indexMap) && (null != _mappedDataValues), "incorrect MappedValues"); 321Debug.Assert((null != _chapterMap) && (null == _indexMap) && (null != _mappedDataValues), "incorrect MappedValues"); 325Debug.Assert((null != _chapterMap) && (null != _indexMap) && (null != _mappedDataValues), "incorrect MappedValues"); 401if (null == _indexMap) { 406parentChapterColumn = _dataTable.Columns[_indexMap[i]]; 1050if (null == _indexMap) {