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
))
1665
if (((_flags & (Flags.
ShouldBeCompressed
| Flags.FirstSlashAbsent | Flags.BackslashInPath)) != 0) ||
2726
if (InFact(Flags.
ShouldBeCompressed
| Flags.FirstSlashAbsent | Flags.BackslashInPath))
2761
if ((_flags & (Flags.
ShouldBeCompressed
| Flags.FirstSlashAbsent | Flags.BackslashInPath)) != 0)
3488
cF |= Flags.
ShouldBeCompressed
;
4347
if (InFact(Flags.
ShouldBeCompressed
))
4410
if (InFact(Flags.
ShouldBeCompressed
))
4441
if (InFact(Flags.
ShouldBeCompressed
) && dest.Length - offset > 0)