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