1 write to _startingAsciiChars
System.Private.CoreLib (1)
src\libraries\System.Private.CoreLib\src\System\SearchValues\Strings\Helpers\AhoCorasick.cs (1)
26_startingAsciiChars = startingAsciiChars;
4 references to _startingAsciiChars
System.Private.CoreLib (4)
src\libraries\System.Private.CoreLib\src\System\SearchValues\Strings\Helpers\AhoCorasick.cs (4)
33if (IndexOfAnyAsciiSearcher.IsVectorizationSupported && _startingAsciiChars.Bitmap != default) 52if (_startingAsciiChars.Lookup.Contains256((char)i)) 102ref Unsafe.AsRef(in _startingAsciiChars)); 211ref Unsafe.AsRef(in _startingAsciiChars));