8 references to ReservedFound
System.Private.Uri (8)
System\Uri.cs (7)
2446
if (NotAny(Flags.ImplicitFile) || (result & Check.
ReservedFound
) != 0)
2452
if (InFact(Flags.ImplicitFile) && (result & (Check.
ReservedFound
| Check.EscapedCanonical)) != 0)
3418
(result & Check.
ReservedFound
) != 0)
3426
if (((_flags & Flags.ImplicitFile) != 0) && (result & (Check.
ReservedFound
| Check.EscapedCanonical)) != 0)
4100
res |= Check.
ReservedFound
;
4142
res |= Check.
ReservedFound
;
4155
res |= Check.
ReservedFound
;
System\UriExt.cs (1)
482
if ((result & (Check.
ReservedFound
| Check.BackslashInPath | Check.EscapedCanonical)) != Check.EscapedCanonical