2 writes to ScopeId
System.Private.Uri (2)
System\Uri.cs (2)
2437
string host = CreateHostStringHelper(_string, _info.Offset.Host, _info.Offset.Path, ref flags, ref _info.
ScopeId
);
2606
host = CreateHostStringHelper(host, 0, host.Length, ref flags, ref _info.
ScopeId
);
5 references to ScopeId
System.Private.Uri (5)
System\Uri.cs (5)
1187
host = _info.
ScopeId
!= null ?
1188
string.Concat(host.AsSpan(1, host.Length - 2), _info.
ScopeId
) :
2485
if (_info.
ScopeId
is not null)
2883
if ((parts & UriComponents.SerializationInfoString) != 0 && HostType == Flags.IPv6HostType && _info.
ScopeId
!= null)
2886
dest.Append(_info.
ScopeId
);