3 writes to _username
System.Private.Uri (3)
System\UriBuilder.cs (3)
145
_username
= value ?? string.Empty;
297
_username
= userInfo.Substring(0, index);
301
_username
= userInfo;
1 reference to _username
System.Private.Uri (1)
System\UriBuilder.cs (1)
142
get =>
_username
;