22 references to EscapedCanonical
System.Private.Uri (22)
System\Uri.cs (18)
2436
if (InFact(Flags.ImplicitFile) && (result & (Check.ReservedFound | Check.
EscapedCanonical
)) != 0)
2439
result &= ~Check.
EscapedCanonical
;
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
3332
if (((cF & Flags.ImplicitFile) != 0) && (result & (Check.ReservedFound | Check.
EscapedCanonical
)) != 0)
3335
result &= ~Check.
EscapedCanonical
;
3338
if ((result & Check.
EscapedCanonical
) == 0)
3344
if (iriParsing && !nonCanonical && ((result & (Check.DisplayCanonical | Check.
EscapedCanonical
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
4153
res |= Check.
EscapedCanonical
;
System\UriExt.cs (4)
392
return (CheckCanonical(str, c_EOL, out _) & (Check.BackslashInPath | Check.
EscapedCanonical
)) == Check.
EscapedCanonical
;
478
if ((result & (Check.ReservedFound | Check.BackslashInPath | Check.
EscapedCanonical
)) != Check.
EscapedCanonical