2 writes to Next
System.Data.OleDb (2)
DbConnectionOptions.cs (2)
925
localKeychain = localKeychain.
Next
= new NameValuePair(realkeyname, keyvalue, nextStartPosition - startPosition);
976
tail = tail.
Next
= next;
2 references to Next
System.Data.OleDb (2)
DbConnectionOptions.cs (2)
402
for (NameValuePair? current = KeyChain; null != current; current = current.
Next
)
950
for (NameValuePair? current = KeyChain; null != current; current = current.
Next
)