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