2 implementations of IFastScan
System.Private.CoreLib (2)
src\libraries\System.Private.CoreLib\src\System\SearchValues\Strings\Helpers\AhoCorasick.cs (2)
349
public readonly struct IndexOfAnyAsciiFastScan :
IFastScan
{ }
351
public 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)
68
where TFastScanVariant : struct,
IFastScan
77
where TFastScanVariant : struct,
IFastScan
182
where TFastScanVariant : struct,
IFastScan
src\libraries\System.Private.CoreLib\src\System\SearchValues\Strings\StringSearchValuesAhoCorasick.cs (1)
11
where TFastScanVariant : struct, AhoCorasick.
IFastScan