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