2 implementations of IOptimizations
System.Private.CoreLib (2)
src\libraries\System.Private.CoreLib\src\System\SearchValues\IndexOfAnyAsciiSearcher.cs (2)
1360internal readonly struct Ssse3AndWasmHandleZeroInNeedle : IOptimizations 1398internal readonly struct Default : IOptimizations
8 references to IOptimizations
System.Private.CoreLib (8)
src\libraries\System.Private.CoreLib\src\System\SearchValues\AsciiCharSearchValues.cs (1)
15where TOptimizations : struct, IndexOfAnyAsciiSearcher.IOptimizations
src\libraries\System.Private.CoreLib\src\System\SearchValues\IndexOfAnyAsciiSearcher.cs (6)
267where TOptimizations : struct, IOptimizations 277where TOptimizations : struct, IOptimizations 287where TOptimizations : struct, IOptimizations 424where TOptimizations : struct, IOptimizations 1107where TOptimizations : struct, IOptimizations 1173where TOptimizations : struct, IOptimizations
src\libraries\System.Private.CoreLib\src\System\SearchValues\ProbabilisticWithAsciiCharSearchValues.cs (1)
14where TOptimizations : struct, IndexOfAnyAsciiSearcher.IOptimizations