18 references to NotAny
System.Private.Uri (18)
System\Uri.cs (17)
869return NotAny(Flags.NotDefaultPort); 1020if (NotAny(Flags.HostNotCanonical | Flags.PathNotCanonical | Flags.ShouldBeCompressed)) 1381if (NotAny(Flags.AuthorityFound) || IsDosPath) 1775if (NotAny(Flags.AllUriInfoSet) || other.NotAny(Flags.AllUriInfoSet)) 2045&& NotAny(Flags.ImplicitFile) && (idx + 1 < length)) 2205if (hostTerminator == '\\' && NotAny(Flags.ImplicitFile) && _syntax.NotAny(UriSyntaxFlags.AllowDOSPath)) 2210else if (!OperatingSystem.IsWindows() && hostTerminator == '/' && NotAny(Flags.ImplicitFile) && InFact(Flags.UncPath) && _syntax == UriParser.FileUri) 2453if (NotAny(Flags.ErrorOrParsingRecursion)) 2484if (NotAny(Flags.ImplicitFile) || (result & Check.ReservedFound) != 0) 2500if (NotAny(Flags.UserEscaped)) 2510else if (NotAny(Flags.CanonicalDnsHost)) 2829if (NotAny(Flags.UserEscaped)) 2990if (NotAny(Flags.UserEscaped)) 3173if (NotAny(Flags.HasUserInfo)) 4342if (InFact(Flags.E_PathNotCanonical) && NotAny(Flags.UserEscaped)) 4423if (formatAs == UriFormat.UriEscaped && NotAny(Flags.UserEscaped) && InFact(Flags.E_PathNotCanonical))
System\UriExt.cs (1)
58if (NotAny(Flags.DosPath) &&