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