16 references to IsDosPath
System (16)
net\System\URI.cs (15)
331
if (
IsDosPath
) {
713
if (
IsDosPath
&& path[0] == '/') {
879
if (
IsDosPath
&& result[0] == '/') {
1050
string str = (IsImplicitFile && m_Info.Offset.Host == (
IsDosPath
? 0 : 2) &&
1053
: (
IsDosPath
&& (m_String[start] == '/' || m_String[start] == '\\'))
1058
if (
IsDosPath
&& str[1] == '|') {
1117
result = Compress(result, (ushort)(
IsDosPath
? pathStart + 2: pathStart), ref count, m_Syntax);
1431
if (NotAny(Flags.AuthorityFound) ||
IsDosPath
) {
1930
&& !(uri.
IsDosPath
&& otherPath.Equals(relativeUriString, StringComparison.Ordinal)))
2723
else if (
IsDosPath
&& m_String[m_Info.Offset.Path + SecuredPathIndex - 1] == '|') {
2750
else if (
IsDosPath
&& m_String[m_Info.Offset.Path + SecuredPathIndex - 1] == '|') {
3334
if (
IsDosPath
) {
3407
if (
IsDosPath
|| (((m_Flags & Flags.AuthorityFound) != 0) &&
5007
if ( basePart.
IsDosPath
&&
5158
if (basePart.
IsDosPath
) {
net\System\UriExt.cs (1)
554
if (
IsDosPath
&& m_String[m_Info.Offset.Path + SecuredPathIndex - 1] == '|')