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