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