18 references to NotAny
System.Private.Uri (18)
System\Uri.cs (17)
849return NotAny(Flags.NotDefaultPort); 1000if (NotAny(Flags.HostNotCanonical | Flags.PathNotCanonical | Flags.ShouldBeCompressed)) 1361if (NotAny(Flags.AuthorityFound) || IsDosPath) 1755if (NotAny(Flags.AllUriInfoSet) || other.NotAny(Flags.AllUriInfoSet)) 2012NotAny(Flags.ImplicitFile) && 2174if (hostTerminator == '\\' && NotAny(Flags.ImplicitFile) && _syntax.NotAny(UriSyntaxFlags.AllowDOSPath)) 2179else if (!OperatingSystem.IsWindows() && hostTerminator == '/' && NotAny(Flags.ImplicitFile) && InFact(Flags.UncPath) && _syntax == UriParser.FileUri) 2404if (NotAny(Flags.ErrorOrParsingRecursion)) 2430if (NotAny(Flags.ImplicitFile) || (result & Check.ReservedFound) != 0) 2446if (NotAny(Flags.UserEscaped)) 2456else if (NotAny(Flags.CanonicalDnsHost)) 2764if (NotAny(Flags.UserEscaped)) 2925if (NotAny(Flags.UserEscaped)) 3108if (NotAny(Flags.HasUserInfo)) 4203if (InFact(Flags.E_PathNotCanonical) && NotAny(Flags.UserEscaped)) 4280if (formatAs == UriFormat.UriEscaped && NotAny(Flags.UserEscaped) && InFact(Flags.E_PathNotCanonical))
System\UriExt.cs (1)
87if (NotAny(Flags.DosPath) && uriKind == UriKind.RelativeOrAbsolute &&