3 references to KEY_ARRAYCOUNT
System.Data (3)
fx\src\data\System\Data\CodeGen\StrongTypingException.cs (3)
55
int count = (int) info.GetValue(
KEY_ARRAYCOUNT
, typeof(System.Int32));
105
info.AddValue(
KEY_ARRAYCOUNT
, errorList.Count);
111
info.AddValue(
KEY_ARRAYCOUNT
, 0);