2 references to PathDifference
System (2)
net\System\URI.cs (2)
1925
String relativeUriString =
PathDifference
(AbsolutePath, otherPath, !IsUncOrDosPath);
5319
return
PathDifference
(AbsolutePath, toUri.AbsolutePath, !IsUncOrDosPath);