2 references to PathDifference
System.Private.Uri (2)
System\Uri.cs (2)
1885
string relativeUriString =
PathDifference
(AbsolutePath, otherPath, !IsUncOrDosPath);
4880
return
PathDifference
(AbsolutePath, toUri.AbsolutePath, !IsUncOrDosPath);