1 write to _Hashtable
System.Configuration (1)
System\Configuration\ProviderCollection.cs (1)
25
_Hashtable
= new Hashtable(10, StringComparer.OrdinalIgnoreCase);
7 references to _Hashtable
System.Configuration (7)
System\Configuration\ProviderCollection.cs (7)
41
_Hashtable
.Add(provider.Name, provider);
50
_Hashtable
.Remove(name);
58
return
_Hashtable
[name] as ProviderBase;
66
return
_Hashtable
.Values.GetEnumerator();
87
_Hashtable
.Clear();
93
public int Count { get { return
_Hashtable
.Count; }}
104
_Hashtable
.Values.CopyTo(array, index);