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