19 references to NotAny
System.Private.Uri (19)
System\Uri.cs (18)
822return NotAny(Flags.NotDefaultPort); 970if (NotAny(Flags.HostNotCanonical | Flags.PathNotCanonical | Flags.ShouldBeCompressed)) 1350if (NotAny(Flags.AuthorityFound) || IsDosPath) 1744if (NotAny(Flags.AllUriInfoSet) || other.NotAny(Flags.AllUriInfoSet)) 2017&& NotAny(Flags.ImplicitFile) && (idx + 1 < length)) 2177if (hostTerminator == '\\' && NotAny(Flags.ImplicitFile) && _syntax.NotAny(UriSyntaxFlags.AllowDOSPath)) 2182else if (!OperatingSystem.IsWindows() && hostTerminator == '/' && NotAny(Flags.ImplicitFile) && InFact(Flags.UncPath) && _syntax == UriParser.FileUri) 2426if (NotAny(Flags.ErrorOrParsingRecursion)) 2456if (NotAny(Flags.ImplicitFile) || (result & Check.ReservedFound) != 0) 2472if (NotAny(Flags.UserEscaped)) 2482else if (NotAny(Flags.CanonicalDnsHost)) 2797if (NotAny(Flags.UserEscaped)) 2939if (NotAny(Flags.UserEscaped)) 2978if (NotAny(Flags.UserEscaped)) 3160if (NotAny(Flags.HasUserInfo)) 4333if (InFact(Flags.E_PathNotCanonical) && NotAny(Flags.UserEscaped)) 4413if (formatAs == UriFormat.UriEscaped && NotAny(Flags.UserEscaped) && InFact(Flags.E_PathNotCanonical))
System\UriExt.cs (1)
58if (NotAny(Flags.DosPath) &&