23 references to AuthorityFound
System.Private.Uri (23)
System\Uri.cs (19)
1400if (NotAny(Flags.AuthorityFound) || IsDosPath) 2082_flags |= Flags.AuthorityFound; 2102_flags |= Flags.AuthorityFound; 2127_flags |= Flags.UnixPath | Flags.AuthorityFound; 2148_flags |= Flags.AuthorityFound; 2156else if (_syntax.InFact(UriSyntaxFlags.OptionalAuthority) && (InFact(Flags.AuthorityFound) || 2159_flags |= Flags.AuthorityFound; 2199_flags |= (((_flags & Flags.AuthorityFound) != 0) ? Flags.BasicHostType : Flags.UnknownHostType); 2304if ((cF & Flags.AuthorityFound) != 0) 2830if (InFact(Flags.AuthorityFound)) 2964if (InFact(Flags.AuthorityFound) && dest.Length != 0 && dest[0] == '/') 3143if (uriParts == UriComponents.Path && InFact(Flags.AuthorityFound) && 3287if (((_flags & Flags.AuthorityFound) != 0) && (idx + i + 3 >= length || str[idx + i + 1] != '/' || 3459if (((_flags & Flags.AuthorityFound) != 0) && ((syntaxFlags & UriSyntaxFlags.PathIsRooted) != 0) 3469if (IsDosPath || (((_flags & Flags.AuthorityFound) != 0) && 3672flags |= (Flags.UnixPath | Flags.ImplicitFile | Flags.AuthorityFound); 3701flags |= (Flags.DosPath | Flags.ImplicitFile | Flags.AuthorityFound); 3718flags |= (Flags.UncPath | Flags.ImplicitFile | Flags.AuthorityFound); 5082return InFact(Flags.AuthorityFound);
System\UriExt.cs (4)
503if (InFact(Flags.AuthorityFound)) 555if ((_flags & (Flags.SchemeNotCanonical | Flags.AuthorityFound)) 556== (Flags.SchemeNotCanonical | Flags.AuthorityFound)) 871if (baseUri.InFact(Flags.AuthorityFound))