14 references to BackslashInPath
System.Private.Uri (14)
System\Uri.cs (12)
2496
if ((result & (Check.EscapedCanonical | Check.
BackslashInPath
)) != Check.EscapedCanonical)
3266
if ((result & (Check.EscapedCanonical | Check.
BackslashInPath
)) != Check.EscapedCanonical)
3270
if (IriParsing && ((result & (Check.DisplayCanonical | Check.EscapedCanonical | Check.
BackslashInPath
3441
if (((syntaxFlags & (UriSyntaxFlags.ConvertPathSlashes)) != 0) && (result & Check.
BackslashInPath
) != 0)
3453
if ((result & Check.
BackslashInPath
) != 0)
3456
else if ((result & Check.
BackslashInPath
) != 0)
3544
if ((result & (Check.EscapedCanonical | Check.
BackslashInPath
)) != Check.EscapedCanonical)
3549
if (IriParsing && ((result & (Check.DisplayCanonical | Check.EscapedCanonical | Check.
BackslashInPath
3592
if ((result & (Check.EscapedCanonical | Check.
BackslashInPath
)) != Check.EscapedCanonical)
3597
if (IriParsing && ((result & (Check.DisplayCanonical | Check.EscapedCanonical | Check.
BackslashInPath
4223
if ((res & Check.
BackslashInPath
) == 0 && c == '\\')
4225
res |= Check.
BackslashInPath
;
System\UriExt.cs (2)
456
& (Check.
BackslashInPath
| Check.EscapedCanonical)) == Check.EscapedCanonical;
544
if (((result & (Check.ReservedFound | Check.
BackslashInPath
| Check.EscapedCanonical))