13 references to BackslashInPath
System.Private.Uri (13)
System\Uri.cs (11)
2458
if ((result & (Check.EscapedCanonical | Check.
BackslashInPath
)) != Check.EscapedCanonical)
3225
if ((result & (Check.EscapedCanonical | Check.
BackslashInPath
)) != Check.EscapedCanonical)
3229
if (IriParsing && ((result & (Check.DisplayCanonical | Check.EscapedCanonical | Check.
BackslashInPath
3389
if (((syntaxFlags & (UriSyntaxFlags.ConvertPathSlashes)) != 0) && (result & Check.
BackslashInPath
) != 0)
3401
if ((result & Check.
BackslashInPath
) != 0)
3404
else if ((result & Check.
BackslashInPath
) != 0)
3491
if ((result & (Check.EscapedCanonical | Check.
BackslashInPath
)) != Check.EscapedCanonical)
3496
if (IriParsing && ((result & (Check.DisplayCanonical | Check.EscapedCanonical | Check.
BackslashInPath
3539
if ((result & (Check.EscapedCanonical | Check.
BackslashInPath
)) != Check.EscapedCanonical)
3544
if (IriParsing && ((result & (Check.DisplayCanonical | Check.EscapedCanonical | Check.
BackslashInPath
4163
res |= Check.
BackslashInPath
;
System\UriExt.cs (2)
396
return (CheckCanonical(str, c_EOL, out _) & (Check.
BackslashInPath
| Check.EscapedCanonical)) == Check.EscapedCanonical;
482
if ((result & (Check.ReservedFound | Check.
BackslashInPath
| Check.EscapedCanonical)) != Check.EscapedCanonical