2 implementations of IOptimizations
System.Private.CoreLib (2)
src\libraries\System.Private.CoreLib\src\System\SearchValues\IndexOfAnyAsciiSearcher.cs (2)
1363internal readonly struct Ssse3AndWasmHandleZeroInNeedle : IOptimizations 1401internal 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)
270where TOptimizations : struct, IOptimizations 280where TOptimizations : struct, IOptimizations 290where TOptimizations : struct, IOptimizations 427where TOptimizations : struct, IOptimizations 1110where TOptimizations : struct, IOptimizations 1176where TOptimizations : struct, IOptimizations
src\libraries\System.Private.CoreLib\src\System\SearchValues\ProbabilisticWithAsciiCharSearchValues.cs (1)
14where TOptimizations : struct, IndexOfAnyAsciiSearcher.IOptimizations