18 references to Lookup
System.Private.CoreLib (18)
src\libraries\System.Private.CoreLib\src\System\SearchValues\AsciiByteSearchValues.cs (2)
36
_state.
Lookup
.GetByteValues();
40
_state.
Lookup
.Contains(value);
src\libraries\System.Private.CoreLib\src\System\SearchValues\AsciiCharSearchValues.cs (2)
37
_state.
Lookup
.GetCharValues();
41
_state.
Lookup
.Contains256(value);
src\libraries\System.Private.CoreLib\src\System\SearchValues\IndexOfAnyAsciiSearcher.cs (5)
23
new AsciiState(~Bitmap._lower,
Lookup
.CreateInverse());
300
if (TNegator.NegateIfNeeded(state.
Lookup
.Contains256(c)))
432
if (TNegator.NegateIfNeeded(state.
Lookup
.Contains256(c)))
585
if (TNegator.NegateIfNeeded(state.
Lookup
.Contains(b)))
710
if (TNegator.NegateIfNeeded(state.
Lookup
.Contains(b)))
src\libraries\System.Private.CoreLib\src\System\SearchValues\ProbabilisticWithAsciiCharSearchValues.cs (8)
53
Debug.Assert(_asciiState.
Lookup
.Contains(0) != _inverseAsciiState.
Lookup
.Contains(0));
57
Debug.Assert(_inverseAsciiState.
Lookup
.Contains(0), "The inverse bitmap did not contain a 0.");
66
Debug.Assert(!(Ssse3.IsSupported || PackedSimd.IsSupported) || !_inverseAsciiState.
Lookup
.Contains(0),
150
Debug.Assert(_asciiState.
Lookup
.Contains(0) != _inverseAsciiState.
Lookup
.Contains(0));
156
Debug.Assert(_inverseAsciiState.
Lookup
.Contains(0), "The inverse bitmap did not contain a 0.");
165
Debug.Assert(!(Ssse3.IsSupported || PackedSimd.IsSupported) || !_inverseAsciiState.
Lookup
.Contains(0),
src\libraries\System.Private.CoreLib\src\System\SearchValues\Strings\Helpers\AhoCorasick.cs (1)
52
if (_startingAsciiChars.
Lookup
.Contains256((char)i))