-
Notifications
You must be signed in to change notification settings - Fork 4.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Use new IndexOfAnyValues throughout dotnet/runtime #78204
Comments
I couldn't figure out the best area label to add to this issue. If you have write-permissions please help me learn by adding exactly one area label. |
Tagging subscribers to this area: @dotnet/area-system-memory Issue DetailsOnce #78093 is merged, we'll want to use it in a variety of places where it'll provide benefits. Some example possible use sites:
|
@MihaZupan I can see that you have merged plenty of PRs related to this issue. Is it done now? |
My queries for interesting patterns that could be replaced are starting to dry up. Still on my TODO to look at:
|
Once #78093 is merged, we'll want to use it in a variety of places where it'll provide benefits.
Some example possible use sites:
runtime/src/libraries/Microsoft.Extensions.Configuration.UserSecrets/src/PathHelper.cs
Line 49 in 8ddb0c4
runtime/src/libraries/System.IO.Pipes/src/System/IO/Pipes/PipeStream.Unix.cs
Line 212 in eeeeb7a
runtime/src/libraries/System.Text.Json/src/System/Text/Json/Nodes/JsonObject.cs
Line 131 in 8ddb0c4
Already updated:
runtime/src/coreclr/System.Private.CoreLib/src/System/TypeNameParser.cs
Line 279 in 8626da3
runtime/src/libraries/System.Net.Primitives/src/System/Net/Cookie.cs
Line 241 in a41ac2c
runtime/src/libraries/System.Private.Uri/src/System/DomainNameHelper.cs
Lines 392 to 393 in 214ca6d
runtime/src/libraries/System.Security.Cryptography/src/System/Security/Cryptography/X509Certificates/X500NameEncoder.cs
Lines 129 to 130 in 2f78734
runtime/src/libraries/System.Private.Xml/src/System/Xml/XmlCharType.cs
Lines 164 to 177 in 28f6daa
runtime/src/libraries/System.Private.DataContractSerialization/src/System/Xml/XmlBaseWriter.cs
Lines 757 to 774 in 8918adf
runtime/src/libraries/System.Private.DataContractSerialization/src/System/Xml/XmlBufferReader.cs
Lines 768 to 788 in 8918adf
runtime/src/libraries/System.Private.DataContractSerialization/src/System/Xml/XmlConverter.cs
Lines 1085 to 1093 in 8918adf
runtime/src/libraries/System.Net.Http/src/System/Net/Http/HttpRuleParser.cs
Lines 88 to 112 in 8918adf
runtime/src/libraries/System.Text.RegularExpressions/src/System/Text/RegularExpressions/RegexParser.cs
Lines 150 to 161 in 4820105
The text was updated successfully, but these errors were encountered: