4 references to NameValuePair
System.Data.Odbc (4)
src\libraries\Common\src\System\Data\Common\DbConnectionOptions.Common.cs (4)
588
localKeychain = localKeychain.Next = new
NameValuePair
(realkeyname, keyvalue, nextStartPosition - startPosition);
593
keychain = localKeychain = new
NameValuePair
(realkeyname, keyvalue, nextStartPosition - startPosition);
621
next = new
NameValuePair
(current.Name, current.Value, current.Length);
629
next = new
NameValuePair
(current.Name, "*", current.Name.Length + equalstar.Length);