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