23 references to AuthorityFound
System.Private.Uri (23)
System\Uri.cs (19)
1350if (NotAny(Flags.AuthorityFound) || IsDosPath) 2035_flags |= Flags.AuthorityFound; 2055_flags |= Flags.AuthorityFound; 2080_flags |= Flags.UnixPath | Flags.AuthorityFound; 2101_flags |= Flags.AuthorityFound; 2109else if (_syntax.InFact(UriSyntaxFlags.OptionalAuthority) && (InFact(Flags.AuthorityFound) || 2112_flags |= Flags.AuthorityFound; 2152_flags |= (((_flags & Flags.AuthorityFound) != 0) ? Flags.BasicHostType : Flags.UnknownHostType); 2257if ((cF & Flags.AuthorityFound) != 0) 2779if (InFact(Flags.AuthorityFound)) 2913if (InFact(Flags.AuthorityFound) && dest.Length != 0 && dest[0] == '/') 3092if (uriParts == UriComponents.Path && InFact(Flags.AuthorityFound) && 3236if (((_flags & Flags.AuthorityFound) != 0) && (idx + i + 3 >= length || str[idx + i + 1] != '/' || 3410if (((_flags & Flags.AuthorityFound) != 0) && ((syntaxFlags & UriSyntaxFlags.PathIsRooted) != 0) 3420if (IsDosPath || (((_flags & Flags.AuthorityFound) != 0) && 3635flags |= (Flags.UnixPath | Flags.ImplicitFile | Flags.AuthorityFound); 3664flags |= (Flags.DosPath | Flags.ImplicitFile | Flags.AuthorityFound); 3681flags |= (Flags.UncPath | Flags.ImplicitFile | Flags.AuthorityFound); 5163return InFact(Flags.AuthorityFound);
System\UriExt.cs (4)
507if (InFact(Flags.AuthorityFound)) 559if ((_flags & (Flags.SchemeNotCanonical | Flags.AuthorityFound)) 560== (Flags.SchemeNotCanonical | Flags.AuthorityFound)) 875if (baseUri.InFact(Flags.AuthorityFound))