3 references to InternalGetComponents
System.Private.Uri (3)
System\Uri.cs (2)
2576
string host = _syntax.
InternalGetComponents
(this, UriComponents.Host, UriFormat.UriEscaped);
2621
string portStr = _syntax.
InternalGetComponents
(this, UriComponents.StrongPort, UriFormat.UriEscaped);
System\UriExt.cs (1)
380
return Syntax.
InternalGetComponents
(this, components, format);