22 references to AuthorityFound
System.Private.Uri (22)
System\Uri.cs (20)
1380if (NotAny(Flags.AuthorityFound) || IsDosPath) 2051_flags |= Flags.AuthorityFound; 2071_flags |= Flags.AuthorityFound; 2097_flags |= Flags.UnixPath | Flags.AuthorityFound; 2118_flags |= Flags.AuthorityFound; 2126else if (_syntax.InFact(UriSyntaxFlags.OptionalAuthority) && (InFact(Flags.AuthorityFound) || 2129_flags |= Flags.AuthorityFound; 2169_flags |= (((_flags & Flags.AuthorityFound) != 0) ? Flags.BasicHostType : Flags.UnknownHostType); 2272if ((cF & Flags.AuthorityFound) != 0) 2765if (InFact(Flags.AuthorityFound)) 2899if (InFact(Flags.AuthorityFound) && dest.Length != 0 && dest[0] == '/') 3059if (uriParts == UriComponents.Path && InFact(Flags.AuthorityFound) && 3208if ((cF & Flags.AuthorityFound) != 0 && !str.Slice(schemeLength).StartsWith("://", StringComparison.Ordinal)) 3294if (((cF & Flags.AuthorityFound) != 0) && ((syntaxFlags & UriSyntaxFlags.PathIsRooted) != 0) 3304if ((cF & Flags.DosPath) != 0 || (((cF & Flags.AuthorityFound) != 0) && 3453if ((flags & Flags.AuthorityFound) != 0) 3545flags |= (Flags.UnixPath | Flags.ImplicitFile | Flags.AuthorityFound); 3574flags |= (Flags.DosPath | Flags.ImplicitFile | Flags.AuthorityFound); 3591flags |= (Flags.UncPath | Flags.ImplicitFile | Flags.AuthorityFound); 4911return InFact(Flags.AuthorityFound);
System\UriExt.cs (2)
442if (InFact(Flags.AuthorityFound)) 777if (baseUri.InFact(Flags.AuthorityFound))