1 write to _hashtable
System.Configuration.ConfigurationManager (1)
System\Configuration\Provider\ProviderCollection.cs (1)
15_hashtable = new Hashtable(10, StringComparer.OrdinalIgnoreCase);
7 references to _hashtable
System.Configuration.ConfigurationManager (7)
System\Configuration\Provider\ProviderCollection.cs (7)
18public ProviderBase this[string name] => _hashtable[name] as ProviderBase; 22return _hashtable.Values.GetEnumerator(); 25public int Count => _hashtable.Count; 33_hashtable.Values.CopyTo(array, index); 47_hashtable.Add(provider.Name, provider); 54_hashtable.Remove(name); 68_hashtable.Clear();