1 write to _keywords
System.Data (1)
fx\src\data\System\Data\SqlClient\SqlConnectionStringBuilder.cs (1)
241
_keywords
= hash;
5 references to _keywords
System.Data (5)
fx\src\data\System\Data\SqlClient\SqlConnectionStringBuilder.cs (5)
904
return
_keywords
.ContainsKey(keyword);
1000
if (
_keywords
.TryGetValue(keyword, out index)) {
1036
if (
_keywords
.TryGetValue(keyword, out index)) {
1202
return
_keywords
.TryGetValue(keyword, out index) && base.ShouldSerialize(_validKeywords[(int)index]);
1207
if (
_keywords
.TryGetValue(keyword, out index)) {