9 references to ShouldBeCompressed
System.Private.Uri (9)
System\Uri.cs (9)
970
if (NotAny(Flags.HostNotCanonical | Flags.PathNotCanonical | Flags.
ShouldBeCompressed
))
1033
if (InFact(Flags.
ShouldBeCompressed
))
1615
if (((_flags & (Flags.
ShouldBeCompressed
| Flags.FirstSlashAbsent | Flags.BackslashInPath)) != 0) ||
2683
if (InFact(Flags.
ShouldBeCompressed
| Flags.FirstSlashAbsent | Flags.BackslashInPath))
2718
if ((_flags & (Flags.
ShouldBeCompressed
| Flags.FirstSlashAbsent | Flags.BackslashInPath)) != 0)
3449
cF |= Flags.
ShouldBeCompressed
;
4324
if (InFact(Flags.
ShouldBeCompressed
))
4387
if (InFact(Flags.
ShouldBeCompressed
))
4418
if (InFact(Flags.
ShouldBeCompressed
) && dest.Length - offset > 0)