14 references to BackslashInPath
System.Private.Uri (14)
System\Uri.cs (12)
2468
if ((result & (Check.EscapedCanonical | Check.
BackslashInPath
)) != Check.EscapedCanonical)
3253
if ((result & (Check.EscapedCanonical | Check.
BackslashInPath
)) != Check.EscapedCanonical)
3257
if (IriParsing && ((result & (Check.DisplayCanonical | Check.EscapedCanonical | Check.
BackslashInPath
3430
if (((syntaxFlags & (UriSyntaxFlags.ConvertPathSlashes)) != 0) && (result & Check.
BackslashInPath
) != 0)
3442
if ((result & Check.
BackslashInPath
) != 0)
3445
else if ((result & Check.
BackslashInPath
) != 0)
3539
if ((result & (Check.EscapedCanonical | Check.
BackslashInPath
)) != Check.EscapedCanonical)
3544
if (IriParsing && ((result & (Check.DisplayCanonical | Check.EscapedCanonical | Check.
BackslashInPath
3593
if ((result & (Check.EscapedCanonical | Check.
BackslashInPath
)) != Check.EscapedCanonical)
3598
if (IriParsing && ((result & (Check.DisplayCanonical | Check.EscapedCanonical | Check.
BackslashInPath
4214
if ((res & Check.
BackslashInPath
) == 0 && c == '\\')
4216
res |= Check.
BackslashInPath
;
System\UriExt.cs (2)
461
& (Check.
BackslashInPath
| Check.EscapedCanonical)) == Check.EscapedCanonical;
549
if (((result & (Check.ReservedFound | Check.
BackslashInPath
| Check.EscapedCanonical))