8 references to IsUncOrDosPath
System (8)
net\System\URI.cs (6)
1040
if (
IsUncOrDosPath
)
1773
if (!
IsUncOrDosPath
) {
1880
if (!
IsUncOrDosPath
) {
1908
IsUncOrDosPath
? StringComparison.OrdinalIgnoreCase : StringComparison.Ordinal ) == 0);
1925
String relativeUriString = PathDifference(AbsolutePath, otherPath, !
IsUncOrDosPath
);
5319
return PathDifference(AbsolutePath, toUri.AbsolutePath, !
IsUncOrDosPath
);
net\System\UriExt.cs (2)
986
IsUncOrDosPath
|| uriLink.
IsUncOrDosPath
);