3 references to CountFromIndex
System.Data (3)
fx\src\data\System\Data\DataView.cs (3)
294
Debug.Assert(rowViewCache.Count ==
CountFromIndex
, "DataView.Count mismatch");
1478
Dictionary<DataRow, DataRowView> rvc = new Dictionary<DataRow, DataRowView>(
CountFromIndex
, DataRowReferenceComparer.Default);
1498
Debug.Assert(rvc.Count ==
CountFromIndex
, "didn't add expected count");