3 references to StripBidiControlCharacters
System.Private.Uri (3)
System\DomainNameHelper.cs (2)
201string bidiStrippedHost = UriHelper.StripBidiControlCharacters(hostname, hostname); 220Debug.Assert(ReferenceEquals(hostname, UriHelper.StripBidiControlCharacters(hostname, hostname)));
System\Uri.cs (1)
2917host = UriHelper.StripBidiControlCharacters(host, host);