23 references to AuthorityFound
System.Private.Uri (23)
System\Uri.cs (19)
1380
if (NotAny(Flags.
AuthorityFound
) || IsDosPath)
2062
_flags |= Flags.
AuthorityFound
;
2082
_flags |= Flags.
AuthorityFound
;
2107
_flags |= Flags.UnixPath | Flags.
AuthorityFound
;
2128
_flags |= Flags.
AuthorityFound
;
2136
else if (_syntax.InFact(UriSyntaxFlags.OptionalAuthority) && (InFact(Flags.
AuthorityFound
) ||
2139
_flags |= Flags.
AuthorityFound
;
2179
_flags |= (((_flags & Flags.
AuthorityFound
) != 0) ? Flags.BasicHostType : Flags.UnknownHostType);
2284
if ((cF & Flags.
AuthorityFound
) != 0)
2810
if (InFact(Flags.
AuthorityFound
))
2944
if (InFact(Flags.
AuthorityFound
) && dest.Length != 0 && dest[0] == '/')
3104
if (uriParts == UriComponents.Path && InFact(Flags.
AuthorityFound
) &&
3248
if (((_flags & Flags.
AuthorityFound
) != 0) && (idx + i + 3 >= length || str[idx + i + 1] != '/' ||
3420
if (((_flags & Flags.
AuthorityFound
) != 0) && ((syntaxFlags & UriSyntaxFlags.PathIsRooted) != 0)
3430
if (IsDosPath || (((_flags & Flags.
AuthorityFound
) != 0) &&
3633
flags |= (Flags.UnixPath | Flags.ImplicitFile | Flags.
AuthorityFound
);
3662
flags |= (Flags.DosPath | Flags.ImplicitFile | Flags.
AuthorityFound
);
3679
flags |= (Flags.UncPath | Flags.ImplicitFile | Flags.
AuthorityFound
);
5058
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
))