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); 94object pos = _Hashtable[name]; 97_Hashtable.Remove(name); 104object pos = _Hashtable[name]; 124_Hashtable.Clear(); 129public int Count { get { return _Hashtable.Count; } } 159_Hashtable[profileInfo.UserName] = iter;