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