17 references to IsDosPath
System.Private.Uri (17)
System\Uri.cs (16)
342
if (
IsDosPath
)
745
if (
IsDosPath
&& path[0] == '/')
917
if (
IsDosPath
&& result[0] == '/')
1020
string str = (IsImplicitFile && _info.Offset.Host == (
IsDosPath
? 0 : 2) &&
1023
: (
IsDosPath
&& _string[start] is '/' or '\\')
1028
if (
IsDosPath
&& str[1] == '|')
1083
Compress(ref result,
IsDosPath
? pathStart + 2 : pathStart, _syntax);
1377
if (NotAny(Flags.AuthorityFound) ||
IsDosPath
)
1643
(
IsDosPath
&& _string[_info.Offset.Path + SecuredPathIndex - 1] == '|')) // A rare case of c|\
1886
&& !(uri.
IsDosPath
&& otherPath.Equals(relativeUriString, StringComparison.Ordinal)))
2282
Debug.Assert(
IsDosPath
);
2662
else if (
IsDosPath
&& _string[_info.Offset.Path + SecuredPathIndex - 1] == '|')
2697
else if (
IsDosPath
&& _string[_info.Offset.Path + SecuredPathIndex - 1] == '|')
3379
if (
IsDosPath
|| (((_flags & Flags.AuthorityFound) != 0) &&
4484
if (basePart.
IsDosPath
&&
4644
if (basePart.
IsDosPath
)
System\UriExt.cs (1)
472
if (
IsDosPath
&& str[_info.Offset.Path + SecuredPathIndex - 1] == '|')