23 references to AuthorityFound
System.Private.Uri (23)
System\Uri.cs (19)
1380if (NotAny(Flags.AuthorityFound) || IsDosPath) 2062_flags |= Flags.AuthorityFound; 2082_flags |= Flags.AuthorityFound; 2107_flags |= Flags.UnixPath | Flags.AuthorityFound; 2128_flags |= Flags.AuthorityFound; 2136else if (_syntax.InFact(UriSyntaxFlags.OptionalAuthority) && (InFact(Flags.AuthorityFound) || 2139_flags |= Flags.AuthorityFound; 2179_flags |= (((_flags & Flags.AuthorityFound) != 0) ? Flags.BasicHostType : Flags.UnknownHostType); 2284if ((cF & Flags.AuthorityFound) != 0) 2810if (InFact(Flags.AuthorityFound)) 2944if (InFact(Flags.AuthorityFound) && dest.Length != 0 && dest[0] == '/') 3104if (uriParts == UriComponents.Path && InFact(Flags.AuthorityFound) && 3248if (((_flags & Flags.AuthorityFound) != 0) && (idx + i + 3 >= length || str[idx + i + 1] != '/' || 3420if (((_flags & Flags.AuthorityFound) != 0) && ((syntaxFlags & UriSyntaxFlags.PathIsRooted) != 0) 3430if (IsDosPath || (((_flags & Flags.AuthorityFound) != 0) && 3633flags |= (Flags.UnixPath | Flags.ImplicitFile | Flags.AuthorityFound); 3662flags |= (Flags.DosPath | Flags.ImplicitFile | Flags.AuthorityFound); 3679flags |= (Flags.UncPath | Flags.ImplicitFile | Flags.AuthorityFound); 5058return InFact(Flags.AuthorityFound);
System\UriExt.cs (4)
502if (InFact(Flags.AuthorityFound)) 554if ((_flags & (Flags.SchemeNotCanonical | Flags.AuthorityFound)) 555== (Flags.SchemeNotCanonical | Flags.AuthorityFound)) 862if (baseUri.InFact(Flags.AuthorityFound))