23 references to EscapedCanonical
System (23)
net\System\URI.cs (19)
2510
if (InFact(Flags.ImplicitFile) && (result & (Check.ReservedFound | Check.
EscapedCanonical
)) != 0) {
2512
result &= ~Check.
EscapedCanonical
;
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
3451
if (((m_Flags & Flags.ImplicitFile) != 0) && (result & (Check.ReservedFound | Check.
EscapedCanonical
)) != 0){
3453
result &= ~Check.
EscapedCanonical
;
3456
if ((result & Check.
EscapedCanonical
) == 0){
3461
if (m_iriParsing && !nonCanonical & ((result & (Check.DisplayCanonical | Check.
EscapedCanonical
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
4555
res |= Check.
EscapedCanonical
;
4561
res |= Check.
EscapedCanonical
;
net\System\UriExt.cs (4)
498
& (Check.BackslashInPath | Check.
EscapedCanonical
)) == Check.
EscapedCanonical
;
568
if (((result & (Check.ReservedFound | Check.BackslashInPath | Check.
EscapedCanonical
))
569
!= Check.
EscapedCanonical
)