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