2 instantiations of SingleValueState
System.Private.CoreLib (2)
src\libraries\System.Private.CoreLib\src\System\SearchValues\Strings\SingleStringSearchValuesPackedThreeChars.cs (1)
59_valueState = new SingleValueState(value, IgnoreCase);
src\libraries\System.Private.CoreLib\src\System\SearchValues\Strings\SingleStringSearchValuesThreeChars.cs (1)
52_valueState = new SingleValueState(value, IgnoreCase);
7 references to SingleValueState
System.Private.CoreLib (7)
src\libraries\System.Private.CoreLib\src\System\SearchValues\Strings\Helpers\StringSearchValuesHelper.cs (5)
234static abstract bool Equals<TValueLength>(ref char matchStart, ref readonly SingleValueState state) where TValueLength : struct, IValueLength; 253public static bool Equals<TValueLength>(ref char matchStart, ref readonly SingleValueState state) 320public static bool Equals<TValueLength>(ref char matchStart, ref readonly SingleValueState state) 413public static bool Equals<TValueLength>(ref char matchStart, ref readonly SingleValueState state) 453public static bool Equals<TValueLength>(ref char matchStart, ref readonly SingleValueState state)
src\libraries\System.Private.CoreLib\src\System\SearchValues\Strings\SingleStringSearchValuesPackedThreeChars.cs (1)
25private readonly SingleValueState _valueState;
src\libraries\System.Private.CoreLib\src\System\SearchValues\Strings\SingleStringSearchValuesThreeChars.cs (1)
24private readonly SingleValueState _valueState;