Reduce allocations in UriHelper.StripBidiControlCharacters (#34794)
authorMiha Zupan <mihazupan.zupan1@gmail.com>
Sat, 11 Apr 2020 14:43:15 +0000 (16:43 +0200)
committerGitHub <noreply@github.com>
Sat, 11 Apr 2020 14:43:15 +0000 (16:43 +0200)
commit5e14099000e1b8d188e4a385808c2c01f34731c2
tree4a579c696dfc31a9807a16924eed2c648048b487
parent726f8f36824a43aaf03e26e7794aff5455952a1d
Reduce allocations in UriHelper.StripBidiControlCharacters (#34794)

* Reduce allocations in UriHelper.StripBidiControlCharacters

* Use Span in StripBidiControlCharacters

* Span > char*
src/libraries/System.Private.Uri/src/System/DomainNameHelper.cs
src/libraries/System.Private.Uri/src/System/Uri.cs
src/libraries/System.Private.Uri/src/System/UriHelper.cs