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