3 writes to _mappedLength
System.Data.Common (3)
System\Data\ProviderBase\SchemaMapping.cs (3)
1235_mappedLength = count; 1240_mappedLength = Math.Min(count, mappingCount); 1252_mappedLength = count;
6 references to _mappedLength
System.Data.Common (6)
System\Data\ProviderBase\SchemaMapping.cs (6)
252int length = _mappedLength; 270int length = _mappedLength; 284Debug.Assert(_mappedLength == _indexMap!.Length, "incorrect precomputed length"); 286int length = _mappedLength; 299Debug.Assert(_mappedLength == Math.Min(_readerDataValues!.Length, _mappedDataValues!.Length), "incorrect precomputed length"); 301int length = _mappedLength;