1 write to userName
System.Data (1)
fx\src\data\System\Data\SqlClient\SqlInternalConnectionTds.cs (1)
1289login.userName = ConnectionOptions.UserID;
5 references to userName
System.Data (5)
fx\src\data\System\Data\SqlClient\TdsParser.cs (5)
7118Debug.Assert(rec.userName == null || (rec.userName != null && TdsEnums.MAXLEN_USERNAME >= rec.userName.Length), "_userID.Length exceeds the max length for this value"); 7124Debug.Assert(rec.credential != null || rec.userName != null || rec.password != null, "cannot mix the new secure password system and the connection string based password"); 7150userName = rec.userName;