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