23 references to AuthorityFound
System.Private.Uri (23)
System\Uri.cs (19)
1381
if (NotAny(Flags.
AuthorityFound
) || IsDosPath)
2063
_flags |= Flags.
AuthorityFound
;
2083
_flags |= Flags.
AuthorityFound
;
2108
_flags |= Flags.UnixPath | Flags.
AuthorityFound
;
2129
_flags |= Flags.
AuthorityFound
;
2137
else if (_syntax.InFact(UriSyntaxFlags.OptionalAuthority) && (InFact(Flags.
AuthorityFound
) ||
2140
_flags |= Flags.
AuthorityFound
;
2180
_flags |= (((_flags & Flags.
AuthorityFound
) != 0) ? Flags.BasicHostType : Flags.UnknownHostType);
2285
if ((cF & Flags.
AuthorityFound
) != 0)
2811
if (InFact(Flags.
AuthorityFound
))
2945
if (InFact(Flags.
AuthorityFound
) && dest.Length != 0 && dest[0] == '/')
3105
if (uriParts == UriComponents.Path && InFact(Flags.
AuthorityFound
) &&
3249
if (((_flags & Flags.
AuthorityFound
) != 0) && (idx + i + 3 >= length || str[idx + i + 1] != '/' ||
3421
if (((_flags & Flags.
AuthorityFound
) != 0) && ((syntaxFlags & UriSyntaxFlags.PathIsRooted) != 0)
3431
if (IsDosPath || (((_flags & Flags.
AuthorityFound
) != 0) &&
3634
flags |= (Flags.UnixPath | Flags.ImplicitFile | Flags.
AuthorityFound
);
3663
flags |= (Flags.DosPath | Flags.ImplicitFile | Flags.
AuthorityFound
);
3680
flags |= (Flags.UncPath | Flags.ImplicitFile | Flags.
AuthorityFound
);
5008
return InFact(Flags.
AuthorityFound
);
System\UriExt.cs (4)
502
if (InFact(Flags.
AuthorityFound
))
554
if ((_flags & (Flags.SchemeNotCanonical | Flags.
AuthorityFound
))
555
== (Flags.SchemeNotCanonical | Flags.
AuthorityFound
))
862
if (baseUri.InFact(Flags.
AuthorityFound
))