2 implementations of IOptimizations
System.Private.CoreLib (2)
src\runtime\src\libraries\System.Private.CoreLib\src\System\SearchValues\IndexOfAnyAsciiSearcher.cs (2)
1385internal readonly struct Ssse3AndWasmHandleZeroInNeedle : IOptimizations 1423internal readonly struct Default : IOptimizations
8 references to IOptimizations
System.Private.CoreLib (8)
src\runtime\src\libraries\System.Private.CoreLib\src\System\SearchValues\AsciiCharSearchValues.cs (1)
15where TOptimizations : struct, IndexOfAnyAsciiSearcher.IOptimizations
src\runtime\src\libraries\System.Private.CoreLib\src\System\SearchValues\IndexOfAnyAsciiSearcher.cs (6)
268where TOptimizations : struct, IOptimizations 278where TOptimizations : struct, IOptimizations 288where TOptimizations : struct, IOptimizations 425where TOptimizations : struct, IOptimizations 1108where TOptimizations : struct, IOptimizations 1174where TOptimizations : struct, IOptimizations
src\runtime\src\libraries\System.Private.CoreLib\src\System\SearchValues\ProbabilisticWithAsciiCharSearchValues.cs (1)
14where TOptimizations : struct, IndexOfAnyAsciiSearcher.IOptimizations