8 references to ReservedFound
System (8)
net\System\URI.cs (7)
2505
if (NotAny(Flags.ImplicitFile) || (result & Check.
ReservedFound
) != 0) {
2510
if (InFact(Flags.ImplicitFile) && (result & (Check.
ReservedFound
| Check.EscapedCanonical)) != 0) {
3444
(result & Check.
ReservedFound
) != 0) {
3451
if (((m_Flags & Flags.ImplicitFile) != 0) && (result & (Check.
ReservedFound
| Check.EscapedCanonical)) != 0){
4467
res |= Check.
ReservedFound
;
4502
res |= Check.
ReservedFound
;
4513
res |= Check.
ReservedFound
;
net\System\UriExt.cs (1)
568
if (((result & (Check.
ReservedFound
| Check.BackslashInPath | Check.EscapedCanonical))