21 references to AuthorityFound
System (21)
net\System\URI.cs (17)
1431if (NotAny(Flags.AuthorityFound) || IsDosPath) { 2084m_Flags |= Flags.AuthorityFound; 2103m_Flags |= Flags.AuthorityFound; 2148m_Flags |= Flags.AuthorityFound; 2155else if (m_Syntax.InFact(UriSyntaxFlags.OptionalAuthority) && (InFact(Flags.AuthorityFound) || 2157m_Flags |= Flags.AuthorityFound; 2194m_Flags |= (((m_Flags & Flags.AuthorityFound)!= 0)? Flags.BasicHostType :Flags.UnknownHostType); 2306if ((cF & Flags.AuthorityFound) != 0) 2790if (InFact(Flags.AuthorityFound)) { 2938if (InFact(Flags.AuthorityFound) && count !=0 && chars[0] == '/') 3144if (uriParts == UriComponents.Path && InFact(Flags.AuthorityFound) && 3283if (((m_Flags & Flags.AuthorityFound) != 0) && (idx + i + 3 >= length || str[idx + i + 1] != '/' || 3398if (((m_Flags & Flags.AuthorityFound) != 0) && ((syntaxFlags & UriSyntaxFlags.PathIsRooted) != 0) 3407if (IsDosPath || (((m_Flags & Flags.AuthorityFound) != 0) && 3645flags |= (Flags.DosPath|Flags.ImplicitFile|Flags.AuthorityFound); 3663flags |= (Flags.UncPath|Flags.ImplicitFile|Flags.AuthorityFound); 5243return InFact(Flags.AuthorityFound);
net\System\UriExt.cs (4)
524if (InFact(Flags.AuthorityFound)) 579if ((m_Flags & (Flags.SchemeNotCanonical | Flags.AuthorityFound)) 580== (Flags.SchemeNotCanonical | Flags.AuthorityFound)) 806if (baseUri.InFact(Flags.AuthorityFound))