9 references to ShouldBeCompressed
System.Private.Uri (9)
System\Uri.cs (9)
1020if (NotAny(Flags.HostNotCanonical | Flags.PathNotCanonical | Flags.ShouldBeCompressed)) 1083if (InFact(Flags.ShouldBeCompressed)) 1665if (((_flags & (Flags.ShouldBeCompressed | Flags.FirstSlashAbsent | Flags.BackslashInPath)) != 0) || 2726if (InFact(Flags.ShouldBeCompressed | Flags.FirstSlashAbsent | Flags.BackslashInPath)) 2761if ((_flags & (Flags.ShouldBeCompressed | Flags.FirstSlashAbsent | Flags.BackslashInPath)) != 0) 3488cF |= Flags.ShouldBeCompressed; 4347if (InFact(Flags.ShouldBeCompressed)) 4410if (InFact(Flags.ShouldBeCompressed)) 4441if (InFact(Flags.ShouldBeCompressed) && dest.Length - offset > 0)