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