14 references to BackslashInPath
System.Private.Uri (14)
System\Uri.cs (12)
2515
if ((result & (Check.EscapedCanonical | Check.
BackslashInPath
)) != Check.EscapedCanonical)
3304
if ((result & (Check.EscapedCanonical | Check.
BackslashInPath
)) != Check.EscapedCanonical)
3308
if (IriParsing && ((result & (Check.DisplayCanonical | Check.EscapedCanonical | Check.
BackslashInPath
3479
if (((syntaxFlags & (UriSyntaxFlags.ConvertPathSlashes)) != 0) && (result & Check.
BackslashInPath
) != 0)
3491
if ((result & Check.
BackslashInPath
) != 0)
3494
else if ((result & Check.
BackslashInPath
) != 0)
3582
if ((result & (Check.EscapedCanonical | Check.
BackslashInPath
)) != Check.EscapedCanonical)
3587
if (IriParsing && ((result & (Check.DisplayCanonical | Check.EscapedCanonical | Check.
BackslashInPath
3630
if ((result & (Check.EscapedCanonical | Check.
BackslashInPath
)) != Check.EscapedCanonical)
3635
if (IriParsing && ((result & (Check.DisplayCanonical | Check.EscapedCanonical | Check.
BackslashInPath
4250
if ((res & Check.
BackslashInPath
) == 0 && c == '\\')
4252
res |= Check.
BackslashInPath
;
System\UriExt.cs (2)
457
& (Check.
BackslashInPath
| Check.EscapedCanonical)) == Check.EscapedCanonical;
545
if (((result & (Check.ReservedFound | Check.
BackslashInPath
| Check.EscapedCanonical))