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