2 implementations of IFastScan
System.Private.CoreLib (2)
src\libraries\System.Private.CoreLib\src\System\SearchValues\Strings\Helpers\AhoCorasick.cs (2)
349public readonly struct IndexOfAnyAsciiFastScan : IFastScan { } 351public readonly struct NoFastScan : IFastScan { }
4 references to IFastScan
System.Private.CoreLib (4)
src\libraries\System.Private.CoreLib\src\System\SearchValues\Strings\Helpers\AhoCorasick.cs (3)
68where TFastScanVariant : struct, IFastScan 77where TFastScanVariant : struct, IFastScan 182where TFastScanVariant : struct, IFastScan
src\libraries\System.Private.CoreLib\src\System\SearchValues\Strings\StringSearchValuesAhoCorasick.cs (1)
11where TFastScanVariant : struct, AhoCorasick.IFastScan