3 references to NormalizeAndConcat
System.Private.Uri (3)
System\Uri.cs (3)
4057
newHost = UriHelper.
NormalizeAndConcat
(newHost, new ReadOnlySpan<char>(pString + startInput, end - startInput));
4101
newHost = UriHelper.
NormalizeAndConcat
(newHost, new ReadOnlySpan<char>(pString + startOtherHost, end - startOtherHost));
4141
newHost = UriHelper.
NormalizeAndConcat
(newHost, host);