23 references to EscapedCanonical
System.Private.Uri (23)
System\Uri.cs (19)
2462
if (InFact(Flags.ImplicitFile) && (result & (Check.ReservedFound | Check.
EscapedCanonical
)) != 0)
2465
result &= ~Check.
EscapedCanonical
;
2468
if ((result & (Check.
EscapedCanonical
| Check.BackslashInPath)) != Check.
EscapedCanonical
)
3253
if ((result & (Check.
EscapedCanonical
| Check.BackslashInPath)) != Check.
EscapedCanonical
)
3257
if (IriParsing && ((result & (Check.DisplayCanonical | Check.
EscapedCanonical
| Check.BackslashInPath
3467
if (((_flags & Flags.ImplicitFile) != 0) && (result & (Check.ReservedFound | Check.
EscapedCanonical
)) != 0)
3470
result &= ~Check.
EscapedCanonical
;
3473
if ((result & Check.
EscapedCanonical
) == 0)
3479
if (IriParsing && !nonCanonical && ((result & (Check.DisplayCanonical | Check.
EscapedCanonical
3539
if ((result & (Check.
EscapedCanonical
| Check.BackslashInPath)) != Check.
EscapedCanonical
)
3544
if (IriParsing && ((result & (Check.DisplayCanonical | Check.
EscapedCanonical
| Check.BackslashInPath
3593
if ((result & (Check.
EscapedCanonical
| Check.BackslashInPath)) != Check.
EscapedCanonical
)
3598
if (IriParsing && ((result & (Check.DisplayCanonical | Check.
EscapedCanonical
| Check.BackslashInPath
4274
res |= Check.
EscapedCanonical
;
4282
res |= Check.
EscapedCanonical
;
System\UriExt.cs (4)
461
& (Check.BackslashInPath | Check.
EscapedCanonical
)) == Check.
EscapedCanonical
;
549
if (((result & (Check.ReservedFound | Check.BackslashInPath | Check.
EscapedCanonical
))
550
!= Check.
EscapedCanonical
)