2 writes to Host
System.Private.Uri (2)
System\Uri.cs (2)
2505
_info.
Host
= host;
2650
_info.
Host
= host;
11 references to Host
System.Private.Uri (11)
System\Uri.cs (10)
344
if (info.
Host
is null)
966
Debug.Assert(_info.
Host
!= null);
999
string host = _info.
Host
;
1159
return _info.
Host
!;
1178
string host = _info.
Host
!;
1805
if (!_info.
Host
!.Equals(other._info.
Host
))
2573
if (_info.
Host
!= null)
2579
if (_info.
Host
is null)
2843
string host = _info.
Host
!;
System\UriExt.cs (1)
967
return _info.
Host
!;