2 instantiations of NameValuePair
System.Data.Entity (2)
System\Data\EntityClient\DbConnectionOptions.cs (2)
514
localKeychain = localKeychain.Next = new
NameValuePair
(realkeyname, keyvalue, nextStartPosition - startPosition);
518
keychain = localKeychain = new
NameValuePair
(realkeyname, keyvalue, nextStartPosition - startPosition);
5 references to NameValuePair
System.Data.Entity (5)
System\Data\EntityClient\DbConnectionOptions.cs (3)
59
internal readonly
NameValuePair
KeyChain;
478
private static
NameValuePair
ParseInternal(Hashtable parsetable, string connectionString, Hashtable synonyms)
482
NameValuePair
localKeychain = null, keychain = null;
System\Data\EntityClient\NameValuePair.cs (2)
19
private
NameValuePair
_next;
28
internal
NameValuePair
Next {