9 references to ShouldBeCompressed
System.Private.Uri (9)
System\Uri.cs (9)
1020
if (NotAny(Flags.HostNotCanonical | Flags.PathNotCanonical | Flags.
ShouldBeCompressed
))
1083
if (InFact(Flags.
ShouldBeCompressed
))
1646
if (((_flags & (Flags.
ShouldBeCompressed
| Flags.FirstSlashAbsent | Flags.BackslashInPath)) != 0) ||
2707
if (InFact(Flags.
ShouldBeCompressed
| Flags.FirstSlashAbsent | Flags.BackslashInPath))
2742
if ((_flags & (Flags.
ShouldBeCompressed
| Flags.FirstSlashAbsent | Flags.BackslashInPath)) != 0)
3450
cF |= Flags.
ShouldBeCompressed
;
4320
if (InFact(Flags.
ShouldBeCompressed
))
4383
if (InFact(Flags.
ShouldBeCompressed
))
4414
if (InFact(Flags.
ShouldBeCompressed
) && dest.Length - offset > 0)