4 references to s_validKeywords
System.Data.Entity (4)
System\Data\EntityClient\EntityConnectionStringBuilder.cs (4)
164return new System.Collections.ObjectModel.ReadOnlyCollection<string>(s_validKeywords); 179Hashtable table = new Hashtable(s_validKeywords.Length); 180foreach (string keyword in s_validKeywords) 284foreach (string validKeyword in s_validKeywords)