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)
18
public ProviderBase this[string name] =>
_hashtable
[name] as ProviderBase;
22
return
_hashtable
.Values.GetEnumerator();
25
public int Count =>
_hashtable
.Count;
33
_hashtable
.Values.CopyTo(array, index);
47
_hashtable
.Add(provider.Name, provider);
54
_hashtable
.Remove(name);
68
_hashtable
.Clear();