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);
48
object pos =
_Indices
[name];
55
_Indices
.Remove(name);
57
foreach (DictionaryEntry de in
_Indices
)
61
_Indices
[key] = ((int)
_Indices
[key]) - 1;
66
object pos =
_Indices
[name];
89
_Indices
.Clear();