22 references to AuthorityFound
System.Private.Uri (22)
System\Uri.cs (20)
1377if (NotAny(Flags.AuthorityFound) || IsDosPath) 2048_flags |= Flags.AuthorityFound; 2068_flags |= Flags.AuthorityFound; 2094_flags |= Flags.UnixPath | Flags.AuthorityFound; 2115_flags |= Flags.AuthorityFound; 2123else if (_syntax.InFact(UriSyntaxFlags.OptionalAuthority) && (InFact(Flags.AuthorityFound) || 2126_flags |= Flags.AuthorityFound; 2166_flags |= (((_flags & Flags.AuthorityFound) != 0) ? Flags.BasicHostType : Flags.UnknownHostType); 2269if ((cF & Flags.AuthorityFound) != 0) 2762if (InFact(Flags.AuthorityFound)) 2896if (InFact(Flags.AuthorityFound) && dest.Length != 0 && dest[0] == '/') 3056if (uriParts == UriComponents.Path && InFact(Flags.AuthorityFound) && 3209if ((_flags & Flags.AuthorityFound) != 0 && !str.Slice(schemeLength).StartsWith("://", StringComparison.Ordinal)) 3258InFact(Flags.AuthorityFound) ? _syntax.SchemeName + SchemeDelimiter : 3369if (((_flags & Flags.AuthorityFound) != 0) && ((syntaxFlags & UriSyntaxFlags.PathIsRooted) != 0) 3379if (IsDosPath || (((_flags & Flags.AuthorityFound) != 0) && 3580flags |= (Flags.UnixPath | Flags.ImplicitFile | Flags.AuthorityFound); 3609flags |= (Flags.DosPath | Flags.ImplicitFile | Flags.AuthorityFound); 3626flags |= (Flags.UncPath | Flags.ImplicitFile | Flags.AuthorityFound); 4941return InFact(Flags.AuthorityFound);
System\UriExt.cs (2)
440if (InFact(Flags.AuthorityFound)) 786if (baseUri.InFact(Flags.AuthorityFound))