19 references to NotAny
System (19)
net\System\URI.cs (18)
225&& NotAny(Flags.IntranetUri)))); } 836return NotAny(Flags.NotDefaultPort); 1046if (NotAny(Flags.HostNotCanonical|Flags.PathNotCanonical|Flags.ShouldBeCompressed)) { 1431if (NotAny(Flags.AuthorityFound) || IsDosPath) { 1771if (NotAny(Flags.AllUriInfoSet) || obj.NotAny(Flags.AllUriInfoSet)) { 2069&& NotAny(Flags.ImplicitFile) && (idx + 1 < length)) { 2214if ((idx < (ushort)length && pUriString[idx] == '\\') && NotAny(Flags.ImplicitFile) && 2475if (NotAny(Flags.ErrorOrParsingRecursion)) 2505if (NotAny(Flags.ImplicitFile) || (result & Check.ReservedFound) != 0) { 2518if (NotAny(Flags.UserEscaped)) 2532else if (NotAny(Flags.CanonicalDnsHost)){ 2803if (NotAny(Flags.UserEscaped)) 2963if (NotAny(Flags.UserEscaped)) 3018if (NotAny(Flags.UserEscaped)) 3210if (NotAny(Flags.HasUserInfo)) 4612if (InFact(Flags.E_PathNotCanonical) && NotAny(Flags.UserEscaped)) { 4671if (formatAs == UriFormat.UriEscaped && NotAny(Flags.UserEscaped) && InFact(Flags.E_PathNotCanonical)) {
net\System\UriExt.cs (1)
64NotAny(Flags.DosPath) &&