2 writes to _host
System.Private.Uri (2)
System\UriBuilder.cs (2)
197
_host
= value ?? string.Empty;
306
_host
= _uri.Host;
1 reference to _host
System.Private.Uri (1)
System\UriBuilder.cs (1)
170
get =>
_host
;