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); 65object pos = _Indices[name]; 76_Indices.Remove(name); 80foreach (DictionaryEntry de in _Indices) 85_Indices[key] = ((int)_Indices[key]) - 1; 94object pos = _Indices[name]; 119return new SettingsPropertyValueCollection(_Indices, _Values); 138_Indices.Clear();