3 references to CountFromIndex
System.Data.Common (3)
System\Data\DataView.cs (3)
275
Debug.Assert(_rowViewCache.Count ==
CountFromIndex
, "DataView.Count mismatch");
1451
Dictionary<DataRow, DataRowView> rvc = new Dictionary<DataRow, DataRowView>(
CountFromIndex
, DataRowReferenceComparer.s_default);
1474
Debug.Assert(rvc.Count ==
CountFromIndex
, "didn't add expected count");