3 writes to RemoteUrl
System.Private.Uri (3)
System\Uri.cs (3)
1566string remoteUrl = info.RemoteUrl ??= GetParts(components, UriFormat.SafeUnescaped); 1865string selfUrl = selfInfo.RemoteUrl ??= GetParts(components, UriFormat.SafeUnescaped); 1866string otherUrl = otherInfo.RemoteUrl ??= other.GetParts(components, UriFormat.SafeUnescaped);