9 references to ShouldBeCompressed
System.Private.Uri (9)
System\Uri.cs (9)
1016if (NotAny(Flags.HostNotCanonical | Flags.PathNotCanonical | Flags.ShouldBeCompressed)) 1079if (InFact(Flags.ShouldBeCompressed)) 1642if (((_flags & (Flags.ShouldBeCompressed | Flags.FirstSlashAbsent | Flags.BackslashInPath)) != 0) || 2658if (InFact(Flags.ShouldBeCompressed | Flags.FirstSlashAbsent | Flags.BackslashInPath)) 2693if ((_flags & (Flags.ShouldBeCompressed | Flags.FirstSlashAbsent | Flags.BackslashInPath)) != 0) 3398cF |= Flags.ShouldBeCompressed; 4253if (InFact(Flags.ShouldBeCompressed)) 4310if (InFact(Flags.ShouldBeCompressed)) 4335if (InFact(Flags.ShouldBeCompressed) && dest.Length - offset > 0)