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