4 references to 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);