22 references to AuthorityFound
System.Private.Uri (22)
System\Uri.cs (20)
1361if (NotAny(Flags.AuthorityFound) || IsDosPath) 2032_flags |= Flags.AuthorityFound; 2052_flags |= Flags.AuthorityFound; 2078_flags |= Flags.UnixPath | Flags.AuthorityFound; 2099_flags |= Flags.AuthorityFound; 2107else if (_syntax.InFact(UriSyntaxFlags.OptionalAuthority) && (InFact(Flags.AuthorityFound) || 2110_flags |= Flags.AuthorityFound; 2150_flags |= (((_flags & Flags.AuthorityFound) != 0) ? Flags.BasicHostType : Flags.UnknownHostType); 2253if ((cF & Flags.AuthorityFound) != 0) 2746if (InFact(Flags.AuthorityFound)) 2880if (InFact(Flags.AuthorityFound) && dest.Length != 0 && dest[0] == '/') 3040if (uriParts == UriComponents.Path && InFact(Flags.AuthorityFound) && 3189if ((cF & Flags.AuthorityFound) != 0 && !str.Slice(schemeLength).StartsWith("://", StringComparison.Ordinal)) 3275if (((cF & Flags.AuthorityFound) != 0) && ((syntaxFlags & UriSyntaxFlags.PathIsRooted) != 0) 3285if ((cF & Flags.DosPath) != 0 || (((cF & Flags.AuthorityFound) != 0) && 3434if ((flags & Flags.AuthorityFound) != 0) 3526flags |= (Flags.UnixPath | Flags.ImplicitFile | Flags.AuthorityFound); 3551flags |= (Flags.DosPath | Flags.ImplicitFile | Flags.AuthorityFound); 3568flags |= (Flags.UncPath | Flags.ImplicitFile | Flags.AuthorityFound); 4877return InFact(Flags.AuthorityFound);
System\UriExt.cs (2)
436if (InFact(Flags.AuthorityFound)) 722if (baseUri.InFact(Flags.AuthorityFound))