19 references to NotAny
System.Private.Uri (19)
System\Uri.cs (18)
869return NotAny(Flags.NotDefaultPort); 1020if (NotAny(Flags.HostNotCanonical | Flags.PathNotCanonical | Flags.ShouldBeCompressed)) 1400if (NotAny(Flags.AuthorityFound) || IsDosPath) 1794if (NotAny(Flags.AllUriInfoSet) || other.NotAny(Flags.AllUriInfoSet)) 2064&& NotAny(Flags.ImplicitFile) && (idx + 1 < length)) 2224if (hostTerminator == '\\' && NotAny(Flags.ImplicitFile) && _syntax.NotAny(UriSyntaxFlags.AllowDOSPath)) 2229else if (!OperatingSystem.IsWindows() && hostTerminator == '/' && NotAny(Flags.ImplicitFile) && InFact(Flags.UncPath) && _syntax == UriParser.FileUri) 2472if (NotAny(Flags.ErrorOrParsingRecursion)) 2503if (NotAny(Flags.ImplicitFile) || (result & Check.ReservedFound) != 0) 2519if (NotAny(Flags.UserEscaped)) 2529else if (NotAny(Flags.CanonicalDnsHost)) 2848if (NotAny(Flags.UserEscaped)) 2990if (NotAny(Flags.UserEscaped)) 3029if (NotAny(Flags.UserEscaped)) 3211if (NotAny(Flags.HasUserInfo)) 4369if (InFact(Flags.E_PathNotCanonical) && NotAny(Flags.UserEscaped)) 4453if (formatAs == UriFormat.UriEscaped && NotAny(Flags.UserEscaped) && InFact(Flags.E_PathNotCanonical))
System\UriExt.cs (1)
58if (NotAny(Flags.DosPath) &&