4 writes to errorList
System.Data (4)
fx\src\data\System\Data\CodeGen\StrongTypingException.cs (4)
57errorList = new ArrayList(); 63errorList = null; 70errorList = null; 86errorList = list;
6 references to errorList
System.Data (6)
fx\src\data\System\Data\CodeGen\StrongTypingException.cs (6)
59errorList.Add(info.GetValue(KEY_ARRAYVALUES + i, typeof(System.String))); 95return errorList; 104if (errorList != null) { 105info.AddValue(KEY_ARRAYCOUNT, errorList.Count); 106for (int i = 0; i < errorList.Count; i++) { 107info.AddValue(KEY_ARRAYVALUES + i, errorList[i].ToString());