7 references to Length
System.Data.Odbc (7)
Common\System\Data\Common\DbConnectionOptions.cs (4)
387builder.Append(_usersConnectionString, copyPosition, current.Length); 399copyPosition += current.Length; 433builder.Append(_usersConnectionString, copyPosition, current.Length); 435copyPosition += current.Length;
src\libraries\Common\src\System\Data\Common\DbConnectionOptions.Common.cs (3)
618builder.Append(_usersConnectionString, copyPosition, current.Length); 621next = new NameValuePair(current.Name, current.Value, current.Length); 649copyPosition += current.Length;