5 references to s_keywords
System.Data.Odbc (5)
System\Data\Odbc\OdbcConnectionStringbuilder.cs (5)
58
if (
s_keywords
.TryGetValue(keyword, out index))
73
if (
s_keywords
.TryGetValue(keyword, out index))
189
return
s_keywords
.ContainsKey(keyword) || base.ContainsKey(keyword);
215
if (
s_keywords
.TryGetValue(keyword, out index))
254
if (
s_keywords
.TryGetValue(keyword, out index))