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