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) || 2683if (InFact(Flags.ShouldBeCompressed | Flags.FirstSlashAbsent | Flags.BackslashInPath)) 2718if ((_flags & (Flags.ShouldBeCompressed | Flags.FirstSlashAbsent | Flags.BackslashInPath)) != 0) 3449cF |= Flags.ShouldBeCompressed; 4324if (InFact(Flags.ShouldBeCompressed)) 4387if (InFact(Flags.ShouldBeCompressed)) 4418if (InFact(Flags.ShouldBeCompressed) && dest.Length - offset > 0)