1 write to _Hashtable
System.Web (1)
Profile\ProfileInfo.cs (1)
76
_Hashtable
= new Hashtable(10, StringComparer.CurrentCultureIgnoreCase);
7 references to _Hashtable
System.Web (7)
Profile\ProfileInfo.cs (7)
86
_Hashtable
.Add(profileInfo.UserName, _CurPos);
94
object pos =
_Hashtable
[name];
97
_Hashtable
.Remove(name);
104
object pos =
_Hashtable
[name];
124
_Hashtable
.Clear();
129
public int Count { get { return
_Hashtable
.Count; } }
159
_Hashtable
[profileInfo.UserName] = iter;