4 references to NameValuePair
System.Data.OleDb (4)
DbConnectionOptions.cs (4)
925localKeychain = localKeychain.Next = new NameValuePair(realkeyname, keyvalue, nextStartPosition - startPosition); 929keychain = localKeychain = new NameValuePair(realkeyname, keyvalue, nextStartPosition - startPosition); 957next = new NameValuePair(current.Name, current.Value, current.Length); 964next = new NameValuePair(current.Name, "*", current.Name.Length + equalstar.Length);