Rename IndexOfAnyValues to SearchValues (#85686)
authorMiha Zupan <mihazupan.zupan1@gmail.com>
Wed, 3 May 2023 22:19:11 +0000 (00:19 +0200)
committerGitHub <noreply@github.com>
Wed, 3 May 2023 22:19:11 +0000 (15:19 -0700)
commit80739c2adb869911cc0fd56a335fc1e68e38f63b
treeb690dfa8d8edc9db78f1f06bd72040b464d2c962
parentcaaab8a30583b6936f1f33b1e1046fab5b7da83c
Rename IndexOfAnyValues to SearchValues (#85686)
61 files changed:
src/libraries/Common/src/System/IO/Archiving.Utils.Windows.cs
src/libraries/Common/src/System/Net/Security/TargetHostNameHelper.cs
src/libraries/Common/src/System/Net/WebSockets/WebSocketValidate.cs
src/libraries/Microsoft.Extensions.FileProviders.Physical/src/Internal/PathUtils.cs
src/libraries/System.Memory/ref/System.Memory.cs
src/libraries/System.Memory/tests/Span/IndexOfAny.byte.cs
src/libraries/System.Memory/tests/Span/IndexOfAny.char.cs
src/libraries/System.Memory/tests/Span/IndexOfAnyExcept.T.cs
src/libraries/System.Memory/tests/Span/LastIndexOfAny.byte.cs
src/libraries/System.Memory/tests/Span/SearchValues.cs [moved from src/libraries/System.Memory/tests/Span/IndexOfAnyValues.cs with 83% similarity]
src/libraries/System.Memory/tests/System.Memory.Tests.csproj
src/libraries/System.Net.Http/src/System/Net/Http/Headers/HeaderUtilities.cs
src/libraries/System.Net.Http/src/System/Net/Http/HttpRuleParser.cs
src/libraries/System.Net.Http/src/System/Net/Http/MultipartContent.cs
src/libraries/System.Net.HttpListener/src/System/Net/Managed/HttpListenerRequest.Managed.cs
src/libraries/System.Net.Mail/src/System/Net/Mail/MailBnfHelper.cs
src/libraries/System.Net.Primitives/src/System/Net/Cookie.cs
src/libraries/System.Private.CoreLib/src/System.Private.CoreLib.Shared.projitems
src/libraries/System.Private.CoreLib/src/System/Globalization/CompareInfo.Icu.cs
src/libraries/System.Private.CoreLib/src/System/MemoryExtensions.cs
src/libraries/System.Private.CoreLib/src/System/SearchValues/Any2ByteSearchValues.cs [moved from src/libraries/System.Private.CoreLib/src/System/IndexOfAnyValues/IndexOfAny2ByteValues.cs with 90% similarity]
src/libraries/System.Private.CoreLib/src/System/SearchValues/Any2CharSearchValues.cs [moved from src/libraries/System.Private.CoreLib/src/System/IndexOfAnyValues/IndexOfAny2CharValues.cs with 90% similarity]
src/libraries/System.Private.CoreLib/src/System/SearchValues/Any3ByteSearchValues.cs [moved from src/libraries/System.Private.CoreLib/src/System/IndexOfAnyValues/IndexOfAny3ByteValues.cs with 91% similarity]
src/libraries/System.Private.CoreLib/src/System/SearchValues/Any3CharSearchValues.cs [moved from src/libraries/System.Private.CoreLib/src/System/IndexOfAnyValues/IndexOfAny3CharValues.cs with 91% similarity]
src/libraries/System.Private.CoreLib/src/System/SearchValues/Any4SearchValues.cs [moved from src/libraries/System.Private.CoreLib/src/System/IndexOfAnyValues/IndexOfAny4Values.cs with 94% similarity]
src/libraries/System.Private.CoreLib/src/System/SearchValues/Any5SearchValues.cs [moved from src/libraries/System.Private.CoreLib/src/System/IndexOfAnyValues/IndexOfAny5Values.cs with 94% similarity]
src/libraries/System.Private.CoreLib/src/System/SearchValues/AnyByteSearchValues.cs [moved from src/libraries/System.Private.CoreLib/src/System/IndexOfAnyValues/IndexOfAnyByteValues.cs with 96% similarity]
src/libraries/System.Private.CoreLib/src/System/SearchValues/AsciiByteSearchValues.cs [moved from src/libraries/System.Private.CoreLib/src/System/IndexOfAnyValues/IndexOfAnyAsciiByteValues.cs with 96% similarity]
src/libraries/System.Private.CoreLib/src/System/SearchValues/AsciiCharSearchValues.cs [moved from src/libraries/System.Private.CoreLib/src/System/IndexOfAnyValues/IndexOfAnyAsciiCharValues.cs with 95% similarity]
src/libraries/System.Private.CoreLib/src/System/SearchValues/BitVector256.cs [moved from src/libraries/System.Private.CoreLib/src/System/IndexOfAnyValues/BitVector256.cs with 100% similarity]
src/libraries/System.Private.CoreLib/src/System/SearchValues/EmptySearchValues.cs [moved from src/libraries/System.Private.CoreLib/src/System/IndexOfAnyValues/IndexOfEmptyValues.cs with 91% similarity]
src/libraries/System.Private.CoreLib/src/System/SearchValues/IndexOfAnyAsciiSearcher.cs [moved from src/libraries/System.Private.CoreLib/src/System/IndexOfAnyValues/IndexOfAnyAsciiSearcher.cs with 99% similarity]
src/libraries/System.Private.CoreLib/src/System/SearchValues/Latin1CharSearchValues.cs [moved from src/libraries/System.Private.CoreLib/src/System/IndexOfAnyValues/IndexOfAnyLatin1CharValues.cs with 94% similarity]
src/libraries/System.Private.CoreLib/src/System/SearchValues/ProbabilisticCharSearchValues.cs [moved from src/libraries/System.Private.CoreLib/src/System/IndexOfAnyValues/IndexOfAnyCharValuesProbabilistic.cs with 94% similarity]
src/libraries/System.Private.CoreLib/src/System/SearchValues/ProbabilisticMap.cs [moved from src/libraries/System.Private.CoreLib/src/System/IndexOfAnyValues/ProbabilisticMap.cs with 100% similarity]
src/libraries/System.Private.CoreLib/src/System/SearchValues/RangeByteSearchValues.cs [moved from src/libraries/System.Private.CoreLib/src/System/IndexOfAnyValues/IndexOfAnyByteValuesInRange.cs with 91% similarity]
src/libraries/System.Private.CoreLib/src/System/SearchValues/RangeCharSearchValues.cs [moved from src/libraries/System.Private.CoreLib/src/System/IndexOfAnyValues/IndexOfAnyCharValuesInRange.cs with 92% similarity]
src/libraries/System.Private.CoreLib/src/System/SearchValues/SearchValues.T.cs [moved from src/libraries/System.Private.CoreLib/src/System/IndexOfAnyValues/IndexOfAnyValues.T.cs with 78% similarity]
src/libraries/System.Private.CoreLib/src/System/SearchValues/SearchValues.cs [moved from src/libraries/System.Private.CoreLib/src/System/IndexOfAnyValues/IndexOfAnyValues.cs with 69% similarity]
src/libraries/System.Private.CoreLib/src/System/SearchValues/SearchValuesDebugView.cs [moved from src/libraries/System.Private.CoreLib/src/System/IndexOfAnyValues/IndexOfAnyValuesDebugView.cs with 62% similarity]
src/libraries/System.Private.CoreLib/src/System/SearchValues/SingleByteSearchValues.cs [moved from src/libraries/System.Private.CoreLib/src/System/IndexOfAnyValues/IndexOfAny1ByteValue.cs with 90% similarity]
src/libraries/System.Private.CoreLib/src/System/SearchValues/SingleCharSearchValues.cs [moved from src/libraries/System.Private.CoreLib/src/System/IndexOfAnyValues/IndexOfAny1CharValue.cs with 90% similarity]
src/libraries/System.Private.CoreLib/src/System/String.Manipulation.cs
src/libraries/System.Private.CoreLib/src/System/Text/SpanLineEnumerator.cs
src/libraries/System.Private.DataContractSerialization/src/System/Xml/XmlConverter.cs
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/UriBuilder.cs
src/libraries/System.Private.Uri/src/System/UriHelper.cs
src/libraries/System.Private.Xml/src/System/Xml/XmlCharType.cs
src/libraries/System.Runtime/ref/System.Runtime.cs
src/libraries/System.Security.Cryptography/src/System/Security/Cryptography/X509Certificates/X500NameEncoder.cs
src/libraries/System.Text.Json/src/System/Text/Json/Reader/JsonReaderHelper.cs
src/libraries/System.Text.Json/src/System/Text/Json/Reader/JsonReaderHelper.net8.cs
src/libraries/System.Text.RegularExpressions/gen/RegexGenerator.Emitter.cs
src/libraries/System.Text.RegularExpressions/src/System/Text/RegularExpressions/CompiledRegexRunner.cs
src/libraries/System.Text.RegularExpressions/src/System/Text/RegularExpressions/CompiledRegexRunnerFactory.cs
src/libraries/System.Text.RegularExpressions/src/System/Text/RegularExpressions/RegexCompiler.cs
src/libraries/System.Text.RegularExpressions/src/System/Text/RegularExpressions/RegexLWCGCompiler.cs
src/libraries/System.Text.RegularExpressions/src/System/Text/RegularExpressions/RegexParser.cs
src/libraries/System.Text.RegularExpressions/tests/FunctionalTests/RegexGeneratorOutputTests.cs