3 writes to _CurPos
System.Web (3)
Profile\ProfileInfo.cs (3)
88_CurPos++; 126_CurPos = 0; 156_CurPos = _ArrayList.Count;
4 references to _CurPos
System.Web (4)
Profile\ProfileInfo.cs (4)
86_Hashtable.Add(profileInfo.UserName, _CurPos); 146ArrayList al = new ArrayList(_CurPos - _NumBlanks); 148for (int iter = 0; iter < _CurPos; iter++) { 157for (int iter = firstBlankPos; iter < _CurPos; iter++) {