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