8 references to AllowEmptyHost
System.Private.Uri (8)
System\GenericUriParser.cs (1)
78flags |= UriSyntaxFlags.AllowEmptyHost;
System\Uri.cs (2)
2027if (_syntax.IsAllSet(UriSyntaxFlags.AllowEmptyHost | UriSyntaxFlags.AllowDOSPath) && 3749if ((syntaxFlags & UriSyntaxFlags.AllowEmptyHost) != 0)
System\UriSyntax.cs (5)
308UriSyntaxFlags.AllowEmptyHost | 360UriSyntaxFlags.AllowEmptyHost | 386UriSyntaxFlags.AllowEmptyHost | 459UriSyntaxFlags.AllowEmptyHost | 476UriSyntaxFlags.AllowEmptyHost |