23 references to AuthorityFound
System.Private.Uri (23)
System\Uri.cs (19)
1400
if (NotAny(Flags.
AuthorityFound
) || IsDosPath)
2082
_flags |= Flags.
AuthorityFound
;
2102
_flags |= Flags.
AuthorityFound
;
2127
_flags |= Flags.UnixPath | Flags.
AuthorityFound
;
2148
_flags |= Flags.
AuthorityFound
;
2156
else if (_syntax.InFact(UriSyntaxFlags.OptionalAuthority) && (InFact(Flags.
AuthorityFound
) ||
2159
_flags |= Flags.
AuthorityFound
;
2199
_flags |= (((_flags & Flags.
AuthorityFound
) != 0) ? Flags.BasicHostType : Flags.UnknownHostType);
2304
if ((cF & Flags.
AuthorityFound
) != 0)
2830
if (InFact(Flags.
AuthorityFound
))
2964
if (InFact(Flags.
AuthorityFound
) && dest.Length != 0 && dest[0] == '/')
3143
if (uriParts == UriComponents.Path && InFact(Flags.
AuthorityFound
) &&
3287
if (((_flags & Flags.
AuthorityFound
) != 0) && (idx + i + 3 >= length || str[idx + i + 1] != '/' ||
3459
if (((_flags & Flags.
AuthorityFound
) != 0) && ((syntaxFlags & UriSyntaxFlags.PathIsRooted) != 0)
3469
if (IsDosPath || (((_flags & Flags.
AuthorityFound
) != 0) &&
3672
flags |= (Flags.UnixPath | Flags.ImplicitFile | Flags.
AuthorityFound
);
3701
flags |= (Flags.DosPath | Flags.ImplicitFile | Flags.
AuthorityFound
);
3718
flags |= (Flags.UncPath | Flags.ImplicitFile | Flags.
AuthorityFound
);
5082
return InFact(Flags.
AuthorityFound
);
System\UriExt.cs (4)
503
if (InFact(Flags.
AuthorityFound
))
555
if ((_flags & (Flags.SchemeNotCanonical | Flags.
AuthorityFound
))
556
== (Flags.SchemeNotCanonical | Flags.
AuthorityFound
))
871
if (baseUri.InFact(Flags.
AuthorityFound
))