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)
252
int length =
_mappedLength
;
270
int length =
_mappedLength
;
284
Debug.Assert(
_mappedLength
== _indexMap!.Length, "incorrect precomputed length");
286
int length =
_mappedLength
;
299
Debug.Assert(
_mappedLength
== Math.Min(_readerDataValues!.Length, _mappedDataValues!.Length), "incorrect precomputed length");
301
int length =
_mappedLength
;