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