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