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)
904return _keywords.ContainsKey(keyword); 1000if (_keywords.TryGetValue(keyword, out index)) { 1036if (_keywords.TryGetValue(keyword, out index)) { 1202return _keywords.TryGetValue(keyword, out index) && base.ShouldSerialize(_validKeywords[(int)index]); 1207if (_keywords.TryGetValue(keyword, out index)) {