3 references to NormalizeAndConcat
System.Private.Uri (3)
System\Uri.cs (3)
3816
newHost = UriHelper.
NormalizeAndConcat
(newHost, host);
3941
newHost = UriHelper.
NormalizeAndConcat
(newHost, str.Slice(i, endOfHost - i));
3983
newHost = UriHelper.
NormalizeAndConcat
(newHost, str.Slice(i, endOfHost - i));