1 write to _Indices
System.Web.ApplicationServices (1)
Security\MembershipUserCollection.cs (1)
22_Indices = new Hashtable(10, StringComparer.CurrentCultureIgnoreCase);
8 references to _Indices
System.Web.ApplicationServices (8)
Security\MembershipUserCollection.cs (8)
36_Indices.Add(user.UserName, pos); 48object pos = _Indices[name]; 55_Indices.Remove(name); 57foreach (DictionaryEntry de in _Indices) 61_Indices[key] = ((int)_Indices[key]) - 1; 66object pos = _Indices[name]; 89_Indices.Clear();