5 references to UserName
System.Web (5)
Profile\ProfileInfo.cs (3)
84if (profileInfo == null || profileInfo.UserName == null) 86_Hashtable.Add(profileInfo.UserName, _CurPos); 159_Hashtable[profileInfo.UserName] = iter;
Profile\ProfileManager.cs (1)
70string username = pi.UserName;
Profile\SqlProfileProvider.cs (1)
291usernames[ iter++ ] = profile.UserName;