7 references to Length
System.Data.Odbc (7)
Common\System\Data\Common\DbConnectionOptions.cs (4)
385builder.Append(_usersConnectionString, copyPosition, current.Length); 397copyPosition += current.Length; 431builder.Append(_usersConnectionString, copyPosition, current.Length); 433copyPosition += current.Length;
src\runtime\src\libraries\Common\src\System\Data\Common\DbConnectionOptions.Common.cs (3)
608builder.Append(_usersConnectionString, copyPosition, current.Length); 611next = new NameValuePair(current.Name, current.Value, current.Length); 639copyPosition += current.Length;