4 references to Contains256
System.Private.CoreLib (4)
src\runtime\src\libraries\System.Private.CoreLib\src\System\SearchValues\AsciiCharSearchValues.cs (1)
42_state.Lookup.Contains256(value);
src\runtime\src\libraries\System.Private.CoreLib\src\System\SearchValues\IndexOfAnyAsciiSearcher.cs (2)
301if (TNegator.NegateIfNeeded(state.Lookup.Contains256(c))) 433if (TNegator.NegateIfNeeded(state.Lookup.Contains256(c)))
src\runtime\src\libraries\System.Private.CoreLib\src\System\SearchValues\Strings\Helpers\AhoCorasick.cs (1)
52if (_startingAsciiChars.Lookup.Contains256((char)i))