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