1 write to _moreInfo
System.Private.Uri (1)
System\Uri.cs (1)
223
Interlocked.CompareExchange(ref
_moreInfo
, new MoreInfo(), null);
5 references to _moreInfo
System.Private.Uri (5)
System\Uri.cs (5)
221
if (
_moreInfo
is null)
225
return
_moreInfo
;
1217
host = _info.
_moreInfo
?.ScopeId is string scopeId ?
2459
if (_info.
_moreInfo
?.ScopeId is not null)
2850
if ((parts & UriComponents.SerializationInfoString) != 0 && HostType == Flags.IPv6HostType && _info.
_moreInfo
?.ScopeId is string scopeId)