1 write to _validKeywords
System.Data (1)
fx\src\data\System\Data\SqlClient\SqlConnectionStringBuilder.cs (1)
176
_validKeywords
= validKeywords;
7 references to _validKeywords
System.Data (7)
fx\src\data\System\Data\SqlClient\SqlConnectionStringBuilder.cs (7)
879
return new System.Data.Common.ReadOnlyCollection<string>(
_validKeywords
);
887
object[] values = new object[
_validKeywords
.Length];
897
for(int i = 0; i <
_validKeywords
.Length; ++i) {
993
throw ADP.KeywordNotSupported(
_validKeywords
[(int)index]);
1037
if (base.Remove(
_validKeywords
[(int)index])) {
1167
throw ADP.KeywordNotSupported(
_validKeywords
[(int)index]);
1202
return _keywords.TryGetValue(keyword, out index) && base.ShouldSerialize(
_validKeywords
[(int)index]);