18 references to NotAny
System.Private.Uri (18)
System\Uri.cs (17)
865return NotAny(Flags.NotDefaultPort); 1016if (NotAny(Flags.HostNotCanonical | Flags.PathNotCanonical | Flags.ShouldBeCompressed)) 1377if (NotAny(Flags.AuthorityFound) || IsDosPath) 1771if (NotAny(Flags.AllUriInfoSet) || other.NotAny(Flags.AllUriInfoSet)) 2028NotAny(Flags.ImplicitFile) && 2190if (hostTerminator == '\\' && NotAny(Flags.ImplicitFile) && _syntax.NotAny(UriSyntaxFlags.AllowDOSPath)) 2195else if (!OperatingSystem.IsWindows() && hostTerminator == '/' && NotAny(Flags.ImplicitFile) && InFact(Flags.UncPath) && _syntax == UriParser.FileUri) 2420if (NotAny(Flags.ErrorOrParsingRecursion)) 2446if (NotAny(Flags.ImplicitFile) || (result & Check.ReservedFound) != 0) 2462if (NotAny(Flags.UserEscaped)) 2472else if (NotAny(Flags.CanonicalDnsHost)) 2780if (NotAny(Flags.UserEscaped)) 2941if (NotAny(Flags.UserEscaped)) 3124if (NotAny(Flags.HasUserInfo)) 4269if (InFact(Flags.E_PathNotCanonical) && NotAny(Flags.UserEscaped)) 4344if (formatAs == UriFormat.UriEscaped && NotAny(Flags.UserEscaped) && InFact(Flags.E_PathNotCanonical))
System\UriExt.cs (1)
95if (NotAny(Flags.DosPath) && uriKind == UriKind.RelativeOrAbsolute &&