3 writes to _mappedLength
System.Data (3)
fx\src\data\System\Data\ProviderBase\SchemaMapping.cs (3)
1058_mappedLength = count; 1062_mappedLength = Math.Min(count, mappingCount); 1072_mappedLength = count;
6 references to _mappedLength
System.Data (6)
fx\src\data\System\Data\ProviderBase\SchemaMapping.cs (6)
218int length = _mappedLength; 232int length = _mappedLength; 243Debug.Assert(_mappedLength == _indexMap.Length, "incorrect precomputed length"); 245int length = _mappedLength; 255Debug.Assert(_mappedLength == Math.Min(_readerDataValues.Length, _mappedDataValues.Length), "incorrect precomputed length"); 257int length = _mappedLength;