9 references to ShouldBeCompressed
System.Private.Uri (9)
System\Uri.cs (9)
970if (NotAny(Flags.HostNotCanonical | Flags.PathNotCanonical | Flags.ShouldBeCompressed)) 1033if (InFact(Flags.ShouldBeCompressed)) 1615if (((_flags & (Flags.ShouldBeCompressed | Flags.FirstSlashAbsent | Flags.BackslashInPath)) != 0) || 2677if (InFact(Flags.ShouldBeCompressed | Flags.FirstSlashAbsent | Flags.BackslashInPath)) 2712if ((_flags & (Flags.ShouldBeCompressed | Flags.FirstSlashAbsent | Flags.BackslashInPath)) != 0) 3439cF |= Flags.ShouldBeCompressed; 4311if (InFact(Flags.ShouldBeCompressed)) 4374if (InFact(Flags.ShouldBeCompressed)) 4405if (InFact(Flags.ShouldBeCompressed) && dest.Length - offset > 0)