8 references to ReservedFound
System.Private.Uri (8)
System\Uri.cs (7)
2503
if (NotAny(Flags.ImplicitFile) || (result & Check.
ReservedFound
) != 0)
2509
if (InFact(Flags.ImplicitFile) && (result & (Check.
ReservedFound
| Check.EscapedCanonical)) != 0)
3508
(result & Check.
ReservedFound
) != 0)
3516
if (((_flags & Flags.ImplicitFile) != 0) && (result & (Check.
ReservedFound
| Check.EscapedCanonical)) != 0)
4191
res |= Check.
ReservedFound
;
4232
res |= Check.
ReservedFound
;
4244
res |= Check.
ReservedFound
;
System\UriExt.cs (1)
545
if (((result & (Check.
ReservedFound
| Check.BackslashInPath | Check.EscapedCanonical))