4 references to NameValuePair
System.Data (4)
fx\src\data\System\Data\Common\DbConnectionOptions.cs (4)
910
localKeychain = localKeychain.Next = new
NameValuePair
(realkeyname, keyvalue, nextStartPosition - startPosition);
913
keychain = localKeychain = new
NameValuePair
(realkeyname, keyvalue, nextStartPosition - startPosition);
936
next = new
NameValuePair
(current.Name, current.Value, current.Length);
942
next = new
NameValuePair
(current.Name, "*", current.Name.Length + equalstar.Length);