16 references to IsDosPath
System.Private.Uri (16)
System\Uri.cs (15)
337
if (
IsDosPath
)
749
if (
IsDosPath
&& path[0] == '/')
921
if (
IsDosPath
&& result[0] == '/')
1024
string str = (IsImplicitFile && _info.Offset.Host == (
IsDosPath
? 0 : 2) &&
1027
: (
IsDosPath
&& (_string[start] == '/' || _string[start] == '\\'))
1032
if (
IsDosPath
&& str[1] == '|')
1087
Compress(result,
IsDosPath
? pathStart + 2 : pathStart, ref count, _syntax);
1400
if (NotAny(Flags.AuthorityFound) ||
IsDosPath
)
1666
(
IsDosPath
&& _string[_info.Offset.Path + SecuredPathIndex - 1] == '|')) // A rare case of c|\
1909
&& !(uri.
IsDosPath
&& otherPath.Equals(relativeUriString, StringComparison.Ordinal)))
2730
else if (
IsDosPath
&& _string[_info.Offset.Path + SecuredPathIndex - 1] == '|')
2765
else if (
IsDosPath
&& _string[_info.Offset.Path + SecuredPathIndex - 1] == '|')
3469
if (
IsDosPath
|| (((_flags & Flags.AuthorityFound) != 0) &&
4621
if (basePart.
IsDosPath
&&
4781
if (basePart.
IsDosPath
)
System\UriExt.cs (1)
531
if (
IsDosPath
&& _string[_info.Offset.Path + SecuredPathIndex - 1] == '|')