3 references to InternalGetComponents
System (3)
net\System\URI.cs (2)
2624
string host = m_Syntax.
InternalGetComponents
(this, UriComponents.Host, UriFormat.UriEscaped);
2667
string portStr = m_Syntax.
InternalGetComponents
(this, UriComponents.StrongPort, UriFormat.UriEscaped);
net\System\UriExt.cs (1)
416
return Syntax.
InternalGetComponents
(this, components, format);