2 writes to _Indices
System (2)
sys\system\configuration\SettingsPropertyValueCollection.cs (2)
34
_Indices
= new Hashtable(10, StringComparer.CurrentCultureIgnoreCase);
159
_Indices
= (Hashtable)indices.Clone();
9 references to _Indices
System (9)
sys\system\configuration\SettingsPropertyValueCollection.cs (9)
49
_Indices
.Add(property.Name, pos);
65
object pos =
_Indices
[name];
76
_Indices
.Remove(name);
80
foreach (DictionaryEntry de in
_Indices
)
85
_Indices
[key] = ((int)
_Indices
[key]) - 1;
94
object pos =
_Indices
[name];
119
return new SettingsPropertyValueCollection(
_Indices
, _Values);
138
_Indices
.Clear();