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