14 references to BackslashInPath
System (14)
net\System\URI.cs (12)
2515
if ((result & (Check.EscapedCanonical|Check.
BackslashInPath
)) != Check.EscapedCanonical) {
3298
if ((result & (Check.EscapedCanonical | Check.
BackslashInPath
)) != Check.EscapedCanonical){
3301
if (m_iriParsing && ((result & (Check.DisplayCanonical | Check.EscapedCanonical | Check.
BackslashInPath
3417
if (((syntaxFlags & (UriSyntaxFlags.ConvertPathSlashes)) != 0) && (result & Check.
BackslashInPath
) != 0){
3428
if ((result & Check.
BackslashInPath
) != 0)
3432
else if ((result & Check.
BackslashInPath
) != 0){
3512
if ((result & (Check.EscapedCanonical | Check.
BackslashInPath
)) != Check.EscapedCanonical){
3516
if (m_iriParsing && ((result & (Check.DisplayCanonical | Check.EscapedCanonical | Check.
BackslashInPath
3570
if ((result & (Check.EscapedCanonical | Check.
BackslashInPath
)) != Check.EscapedCanonical){
3574
if (m_iriParsing && ((result & (Check.DisplayCanonical | Check.EscapedCanonical | Check.
BackslashInPath
4518
if ((res & Check.
BackslashInPath
) == 0 && c == '\\') {
4519
res |= Check.
BackslashInPath
;
net\System\UriExt.cs (2)
498
& (Check.
BackslashInPath
| Check.EscapedCanonical)) == Check.EscapedCanonical;
568
if (((result & (Check.ReservedFound | Check.
BackslashInPath
| Check.EscapedCanonical))