8 references to AllowEmptyHost
System.Private.Uri (8)
System\GenericUriParser.cs (1)
78
flags |= UriSyntaxFlags.
AllowEmptyHost
;
System\Uri.cs (2)
2016
if (_syntax.IsAllSet(UriSyntaxFlags.
AllowEmptyHost
| UriSyntaxFlags.AllowDOSPath)
3808
if (syntax.InFact(UriSyntaxFlags.
AllowEmptyHost
))
System\UriSyntax.cs (5)
308
UriSyntaxFlags.
AllowEmptyHost
|
360
UriSyntaxFlags.
AllowEmptyHost
|
386
UriSyntaxFlags.
AllowEmptyHost
|
459
UriSyntaxFlags.
AllowEmptyHost
|
476
UriSyntaxFlags.
AllowEmptyHost
|