13 references to BackslashInPath
System.Private.Uri (13)
System\Uri.cs (11)
2442
if ((result & (Check.EscapedCanonical | Check.
BackslashInPath
)) != Check.EscapedCanonical)
3208
if ((result & (Check.EscapedCanonical | Check.
BackslashInPath
)) != Check.EscapedCanonical)
3212
if (iriParsing && ((result & (Check.DisplayCanonical | Check.EscapedCanonical | Check.
BackslashInPath
3295
if (((syntaxFlags & (UriSyntaxFlags.ConvertPathSlashes)) != 0) && (result & Check.
BackslashInPath
) != 0)
3307
if ((result & Check.
BackslashInPath
) != 0)
3310
else if ((result & Check.
BackslashInPath
) != 0)
3366
if ((result & (Check.EscapedCanonical | Check.
BackslashInPath
)) != Check.EscapedCanonical)
3371
if (iriParsing && ((result & (Check.DisplayCanonical | Check.EscapedCanonical | Check.
BackslashInPath
3394
if ((result & (Check.EscapedCanonical | Check.
BackslashInPath
)) != Check.EscapedCanonical)
3399
if (iriParsing && ((result & (Check.DisplayCanonical | Check.EscapedCanonical | Check.
BackslashInPath
4097
res |= Check.
BackslashInPath
;
System\UriExt.cs (2)
392
return (CheckCanonical(str, c_EOL, out _) & (Check.
BackslashInPath
| Check.EscapedCanonical)) == Check.EscapedCanonical;
478
if ((result & (Check.ReservedFound | Check.
BackslashInPath
| Check.EscapedCanonical)) != Check.EscapedCanonical