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