9 references to ShouldBeCompressed
System.Private.Uri (9)
System\Uri.cs (9)
1020if (NotAny(Flags.HostNotCanonical | Flags.PathNotCanonical | Flags.ShouldBeCompressed)) 1083if (InFact(Flags.ShouldBeCompressed)) 1646if (((_flags & (Flags.ShouldBeCompressed | Flags.FirstSlashAbsent | Flags.BackslashInPath)) != 0) || 2707if (InFact(Flags.ShouldBeCompressed | Flags.FirstSlashAbsent | Flags.BackslashInPath)) 2742if ((_flags & (Flags.ShouldBeCompressed | Flags.FirstSlashAbsent | Flags.BackslashInPath)) != 0) 3450cF |= Flags.ShouldBeCompressed; 4320if (InFact(Flags.ShouldBeCompressed)) 4383if (InFact(Flags.ShouldBeCompressed)) 4414if (InFact(Flags.ShouldBeCompressed) && dest.Length - offset > 0)