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) ||
2677
if (InFact(Flags.
ShouldBeCompressed
| Flags.FirstSlashAbsent | Flags.BackslashInPath))
2712
if ((_flags & (Flags.
ShouldBeCompressed
| Flags.FirstSlashAbsent | Flags.BackslashInPath)) != 0)
3439
cF |= Flags.
ShouldBeCompressed
;
4311
if (InFact(Flags.
ShouldBeCompressed
))
4374
if (InFact(Flags.
ShouldBeCompressed
))
4405
if (InFact(Flags.
ShouldBeCompressed
) && dest.Length - offset > 0)