2 writes to Host
System.Private.Uri (2)
System\Uri.cs (2)
2552
_info.
Host
= host;
2699
_info.
Host
= host;
11 references to Host
System.Private.Uri (11)
System\Uri.cs (10)
393
if (info.
Host
is null)
1016
Debug.Assert(_info.
Host
!= null);
1049
string host = _info.
Host
;
1209
return _info.
Host
!;
1228
string host = _info.
Host
!;
1855
if (!_info.
Host
!.Equals(other._info.
Host
))
2624
if (_info.
Host
!= null)
2630
if (_info.
Host
is null)
2894
string host = _info.
Host
!;
System\UriExt.cs (1)
963
return _info.
Host
!;