8 references to ReservedFound
System.Private.Uri (8)
System\Uri.cs (7)
2430
if (NotAny(Flags.ImplicitFile) || (result & Check.
ReservedFound
) != 0)
2436
if (InFact(Flags.ImplicitFile) && (result & (Check.
ReservedFound
| Check.EscapedCanonical)) != 0)
3324
(result & Check.
ReservedFound
) != 0)
3332
if (((cF & Flags.ImplicitFile) != 0) && (result & (Check.
ReservedFound
| Check.EscapedCanonical)) != 0)
4034
res |= Check.
ReservedFound
;
4076
res |= Check.
ReservedFound
;
4089
res |= Check.
ReservedFound
;
System\UriExt.cs (1)
478
if ((result & (Check.
ReservedFound
| Check.BackslashInPath | Check.EscapedCanonical)) != Check.EscapedCanonical