2 writes to Host
System.Private.Uri (2)
System\Uri.cs (2)
2495
_info.
Host
= host;
2631
_info.
Host
= host;
11 references to Host
System.Private.Uri (11)
System\Uri.cs (10)
398
if (info.
Host
is null)
1012
Debug.Assert(_info.
Host
!= null);
1043
string host = _info.
Host
;
1205
return _info.
Host
!;
1224
string host = _info.
Host
!;
1832
if (!_info.
Host
!.Equals(other._info.
Host
))
2567
if (_info.
Host
!= null)
2573
if (_info.
Host
is null)
2823
string host = _info.
Host
!;
System\UriExt.cs (1)
878
return _info.
Host
!;