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