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