4 instantiations of NameValuePair
System.Data.OleDb (4)
DbConnectionOptions.cs (4)
925
localKeychain = localKeychain.Next = new
NameValuePair
(realkeyname, keyvalue, nextStartPosition - startPosition);
929
keychain = localKeychain = new
NameValuePair
(realkeyname, keyvalue, nextStartPosition - startPosition);
957
next = new
NameValuePair
(current.Name, current.Value, current.Length);
964
next = new
NameValuePair
(current.Name, "*", current.Name.Length + equalstar.Length);
9 references to NameValuePair
System.Data.OleDb (9)
DbConnectionOptions.cs (7)
102
internal readonly
NameValuePair
? KeyChain;
402
for (
NameValuePair
? current = KeyChain; null != current; current = current.Next)
885
private static
NameValuePair
? ParseInternal(Hashtable parsetable, string connectionString, bool buildChain, Hashtable? synonyms, bool firstKey)
889
NameValuePair
? localKeychain = null, keychain = null;
944
internal
NameValuePair
? ReplacePasswordPwd(out string constr, bool fakePassword)
948
NameValuePair
? head = null, tail = null, next = null;
950
for (
NameValuePair
? current = KeyChain; null != current; current = current.Next)
System\Data\Common\NameValuePair.cs (2)
13
private
NameValuePair
? _next;
35
internal
NameValuePair
? Next