16 references to IsDosPath
System.Private.Uri (16)
System\Uri.cs (15)
290
if (
IsDosPath
)
702
if (
IsDosPath
&& path[0] == '/')
874
if (
IsDosPath
&& result[0] == '/')
974
string str = (IsImplicitFile && _info.Offset.Host == (
IsDosPath
? 0 : 2) &&
977
: (
IsDosPath
&& (_string[start] == '/' || _string[start] == '\\'))
982
if (
IsDosPath
&& str[1] == '|')
1037
Compress(result,
IsDosPath
? pathStart + 2 : pathStart, ref count, _syntax);
1350
if (NotAny(Flags.AuthorityFound) ||
IsDosPath
)
1616
(
IsDosPath
&& _string[_info.Offset.Path + SecuredPathIndex - 1] == '|')) // A rare case of c|\
1859
&& !(uri.
IsDosPath
&& otherPath.Equals(relativeUriString, StringComparison.Ordinal)))
2681
else if (
IsDosPath
&& _string[_info.Offset.Path + SecuredPathIndex - 1] == '|')
2716
else if (
IsDosPath
&& _string[_info.Offset.Path + SecuredPathIndex - 1] == '|')
3420
if (
IsDosPath
|| (((_flags & Flags.AuthorityFound) != 0) &&
4702
if (basePart.
IsDosPath
&&
4862
if (basePart.
IsDosPath
)
System\UriExt.cs (1)
535
if (
IsDosPath
&& _string[_info.Offset.Path + SecuredPathIndex - 1] == '|')