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)
218
int length =
_mappedLength
;
232
int length =
_mappedLength
;
243
Debug.Assert(
_mappedLength
== _indexMap.Length, "incorrect precomputed length");
245
int length =
_mappedLength
;
255
Debug.Assert(
_mappedLength
== Math.Min(_readerDataValues.Length, _mappedDataValues.Length), "incorrect precomputed length");
257
int length =
_mappedLength
;