2 writes to Next
System.Data.Odbc (2)
src\runtime\src\libraries\Common\src\System\Data\Common\DbConnectionOptions.Common.cs (2)
578
localKeychain = localKeychain.
Next
= new NameValuePair(realkeyname, keyvalue, nextStartPosition - startPosition);
632
tail = tail.
Next
= next;
4 references to Next
System.Data.Odbc (4)
Common\System\Data\Common\DbConnectionOptions.cs (2)
328
for (NameValuePair? current = _keyChain; null != current; current = current.
Next
)
419
for (NameValuePair? current = _keyChain; null != current; current = current.
Next
)
Common\System\Data\Common\DBConnectionString.cs (1)
365
for (NameValuePair? current = entry.KeyChain; null != current; current = current.
Next
)
src\runtime\src\libraries\Common\src\System\Data\Common\DbConnectionOptions.Common.cs (1)
604
for (NameValuePair? current = _keyChain; null != current; current = current.
Next
)