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)
234
static abstract bool Equals<TValueLength>(ref char matchStart, ref readonly
SingleValueState
state) where TValueLength : struct, IValueLength;
253
public static bool Equals<TValueLength>(ref char matchStart, ref readonly
SingleValueState
state)
320
public static bool Equals<TValueLength>(ref char matchStart, ref readonly
SingleValueState
state)
413
public static bool Equals<TValueLength>(ref char matchStart, ref readonly
SingleValueState
state)
453
public static bool Equals<TValueLength>(ref char matchStart, ref readonly
SingleValueState
state)
src\libraries\System.Private.CoreLib\src\System\SearchValues\Strings\SingleStringSearchValuesPackedThreeChars.cs (1)
25
private readonly
SingleValueState
_valueState;
src\libraries\System.Private.CoreLib\src\System\SearchValues\Strings\SingleStringSearchValuesThreeChars.cs (1)
24
private readonly
SingleValueState
_valueState;