23 references to EscapedCanonical
System.Private.Uri (23)
System\Uri.cs (19)
2509
if (InFact(Flags.ImplicitFile) && (result & (Check.ReservedFound | Check.
EscapedCanonical
)) != 0)
2512
result &= ~Check.
EscapedCanonical
;
2515
if ((result & (Check.
EscapedCanonical
| Check.BackslashInPath)) != Check.
EscapedCanonical
)
3304
if ((result & (Check.
EscapedCanonical
| Check.BackslashInPath)) != Check.
EscapedCanonical
)
3308
if (IriParsing && ((result & (Check.DisplayCanonical | Check.
EscapedCanonical
| Check.BackslashInPath
3516
if (((_flags & Flags.ImplicitFile) != 0) && (result & (Check.ReservedFound | Check.
EscapedCanonical
)) != 0)
3519
result &= ~Check.
EscapedCanonical
;
3522
if ((result & Check.
EscapedCanonical
) == 0)
3528
if (IriParsing && !nonCanonical && ((result & (Check.DisplayCanonical | Check.
EscapedCanonical
3582
if ((result & (Check.
EscapedCanonical
| Check.BackslashInPath)) != Check.
EscapedCanonical
)
3587
if (IriParsing && ((result & (Check.DisplayCanonical | Check.
EscapedCanonical
| Check.BackslashInPath
3630
if ((result & (Check.
EscapedCanonical
| Check.BackslashInPath)) != Check.
EscapedCanonical
)
3635
if (IriParsing && ((result & (Check.DisplayCanonical | Check.
EscapedCanonical
| Check.BackslashInPath
4310
res |= Check.
EscapedCanonical
;
4318
res |= Check.
EscapedCanonical
;
System\UriExt.cs (4)
457
& (Check.BackslashInPath | Check.
EscapedCanonical
)) == Check.
EscapedCanonical
;
545
if (((result & (Check.ReservedFound | Check.BackslashInPath | Check.
EscapedCanonical
))
546
!= Check.
EscapedCanonical
)