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