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) 2785if (InFact(Flags.AuthorityFound)) 2919if (InFact(Flags.AuthorityFound) && dest.Length != 0 && dest[0] == '/') 3098if (uriParts == UriComponents.Path && InFact(Flags.AuthorityFound) && 3242if (((_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) && 3645flags |= (Flags.UnixPath | Flags.ImplicitFile | Flags.AuthorityFound); 3674flags |= (Flags.DosPath | Flags.ImplicitFile | Flags.AuthorityFound); 3691flags |= (Flags.UncPath | Flags.ImplicitFile | Flags.AuthorityFound); 5176return 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))