16 references to IsDosPath
System.Private.Uri (16)
System\Uri.cs (15)
346
if (
IsDosPath
)
729
if (
IsDosPath
&& path[0] == '/')
901
if (
IsDosPath
&& result[0] == '/')
1004
string str = (IsImplicitFile && _info.Offset.Host == (
IsDosPath
? 0 : 2) &&
1007
: (
IsDosPath
&& _string[start] is '/' or '\\')
1012
if (
IsDosPath
&& str[1] == '|')
1067
Compress(ref result,
IsDosPath
? pathStart + 2 : pathStart, _syntax);
1361
if (NotAny(Flags.AuthorityFound) ||
IsDosPath
)
1627
(
IsDosPath
&& _string[_info.Offset.Path + SecuredPathIndex - 1] == '|')) // A rare case of c|\
1870
&& !(uri.
IsDosPath
&& otherPath.Equals(relativeUriString, StringComparison.Ordinal)))
2266
Debug.Assert(
IsDosPath
);
2646
else if (
IsDosPath
&& _string[_info.Offset.Path + SecuredPathIndex - 1] == '|')
2681
else if (
IsDosPath
&& _string[_info.Offset.Path + SecuredPathIndex - 1] == '|')
4420
if (basePart.
IsDosPath
&&
4580
if (basePart.
IsDosPath
)
System\UriExt.cs (1)
468
if (
IsDosPath
&& str[_info.Offset.Path + SecuredPathIndex - 1] == '|')