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); 58return _Hashtable[name] as ProviderBase; 66return _Hashtable.Values.GetEnumerator(); 87_Hashtable.Clear(); 93public int Count { get { return _Hashtable.Count; }} 104_Hashtable.Values.CopyTo(array, index);