2 references to Length
System.Data.OleDb (2)
RowBinding.cs (1)
374
Debug.Assert(0 <= _bindingCount && (_bindingCount * ODB.SizeOf_tagDBBINDING) <
Length
, "bad _bindingCount");
System\Data\ProviderBase\DbBuffer.cs (1)
740
if ((offset < 0) || (count < 0) || (
Length
< checked(offset + count)))