8 references to ReservedFound
System.Private.Uri (8)
System\Uri.cs (7)
2457
if (NotAny(Flags.ImplicitFile) || (result & Check.
ReservedFound
) != 0)
2463
if (InFact(Flags.ImplicitFile) && (result & (Check.
ReservedFound
| Check.EscapedCanonical)) != 0)
3469
(result & Check.
ReservedFound
) != 0)
3477
if (((_flags & Flags.ImplicitFile) != 0) && (result & (Check.
ReservedFound
| Check.EscapedCanonical)) != 0)
4168
res |= Check.
ReservedFound
;
4209
res |= Check.
ReservedFound
;
4221
res |= Check.
ReservedFound
;
System\UriExt.cs (1)
549
if (((result & (Check.
ReservedFound
| Check.BackslashInPath | Check.EscapedCanonical))