2 writes to Host
System.Private.Uri (2)
System\Uri.cs (2)
2479
_info.
Host
= host;
2615
_info.
Host
= host;
11 references to Host
System.Private.Uri (11)
System\Uri.cs (10)
402
if (info.
Host
is null)
996
Debug.Assert(_info.
Host
!= null);
1027
string host = _info.
Host
;
1189
return _info.
Host
!;
1208
string host = _info.
Host
!;
1816
if (!_info.
Host
!.Equals(other._info.
Host
))
2551
if (_info.
Host
!= null)
2557
if (_info.
Host
is null)
2807
string host = _info.
Host
!;
System\UriExt.cs (1)
814
return _info.
Host
!;