22 references to EscapedCanonical
System.Private.Uri (22)
System\Uri.cs (18)
2452
if (InFact(Flags.ImplicitFile) && (result & (Check.ReservedFound | Check.
EscapedCanonical
)) != 0)
2455
result &= ~Check.
EscapedCanonical
;
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
3426
if (((_flags & Flags.ImplicitFile) != 0) && (result & (Check.ReservedFound | Check.
EscapedCanonical
)) != 0)
3429
result &= ~Check.
EscapedCanonical
;
3432
if ((result & Check.
EscapedCanonical
) == 0)
3438
if (IriParsing && !nonCanonical && ((result & (Check.DisplayCanonical | Check.
EscapedCanonical
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
4219
res |= Check.
EscapedCanonical
;
System\UriExt.cs (4)
396
return (CheckCanonical(str, c_EOL, out _) & (Check.BackslashInPath | Check.
EscapedCanonical
)) == Check.
EscapedCanonical
;
482
if ((result & (Check.ReservedFound | Check.BackslashInPath | Check.
EscapedCanonical
)) != Check.
EscapedCanonical