9 references to ShouldBeCompressed
System.Private.Uri (9)
System\Uri.cs (9)
1016
if (NotAny(Flags.HostNotCanonical | Flags.PathNotCanonical | Flags.
ShouldBeCompressed
))
1079
if (InFact(Flags.
ShouldBeCompressed
))
1642
if (((_flags & (Flags.
ShouldBeCompressed
| Flags.FirstSlashAbsent | Flags.BackslashInPath)) != 0) ||
2658
if (InFact(Flags.
ShouldBeCompressed
| Flags.FirstSlashAbsent | Flags.BackslashInPath))
2693
if ((_flags & (Flags.
ShouldBeCompressed
| Flags.FirstSlashAbsent | Flags.BackslashInPath)) != 0)
3398
cF |= Flags.
ShouldBeCompressed
;
4253
if (InFact(Flags.
ShouldBeCompressed
))
4310
if (InFact(Flags.
ShouldBeCompressed
))
4335
if (InFact(Flags.
ShouldBeCompressed
) && dest.Length - offset > 0)