9 references to ShouldBeCompressed
System.Private.Uri (9)
System\Uri.cs (9)
1000if (NotAny(Flags.HostNotCanonical | Flags.PathNotCanonical | Flags.ShouldBeCompressed)) 1063if (InFact(Flags.ShouldBeCompressed)) 1626if (((_flags & (Flags.ShouldBeCompressed | Flags.FirstSlashAbsent | Flags.BackslashInPath)) != 0) || 2642if (InFact(Flags.ShouldBeCompressed | Flags.FirstSlashAbsent | Flags.BackslashInPath)) 2677if ((_flags & (Flags.ShouldBeCompressed | Flags.FirstSlashAbsent | Flags.BackslashInPath)) != 0) 3304cF |= Flags.ShouldBeCompressed; 4187if (InFact(Flags.ShouldBeCompressed)) 4244if (InFact(Flags.ShouldBeCompressed)) 4269if (InFact(Flags.ShouldBeCompressed) && dest.Length - offset > 0)