4 references to StripBidiControlCharacters
System.Private.Uri (4)
System\DomainNameHelper.cs (2)
201string bidiStrippedHost = UriHelper.StripBidiControlCharacters(hostname, hostname); 220Debug.Assert(ReferenceEquals(hostname, UriHelper.StripBidiControlCharacters(hostname, hostname)));
System\Uri.cs (2)
2864host = UriHelper.StripBidiControlCharacters(host, host); 4092string temp = UriHelper.StripBidiControlCharacters(new ReadOnlySpan<char>(pString + start, end - start));