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