8 references to ReservedFound
System.Private.Uri (8)
System\Uri.cs (7)
2456
if (NotAny(Flags.ImplicitFile) || (result & Check.
ReservedFound
) != 0)
2462
if (InFact(Flags.ImplicitFile) && (result & (Check.
ReservedFound
| Check.EscapedCanonical)) != 0)
3459
(result & Check.
ReservedFound
) != 0)
3467
if (((_flags & Flags.ImplicitFile) != 0) && (result & (Check.
ReservedFound
| Check.EscapedCanonical)) != 0)
4155
res |= Check.
ReservedFound
;
4196
res |= Check.
ReservedFound
;
4208
res |= Check.
ReservedFound
;
System\UriExt.cs (1)
549
if (((result & (Check.
ReservedFound
| Check.BackslashInPath | Check.EscapedCanonical))