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