1 write to _valueState
System.Private.CoreLib (1)
src\runtime\src\libraries\System.Private.CoreLib\src\System\SearchValues\Strings\SingleStringSearchValuesPackedThreeChars.cs (1)
59
_valueState
= new SingleValueState(value, IgnoreCase);
8 references to _valueState
System.Private.CoreLib (8)
src\runtime\src\libraries\System.Private.CoreLib\src\System\SearchValues\Strings\SingleStringSearchValuesPackedThreeChars.cs (8)
233
char valueHead =
_valueState
.Value.GetRawStringData();
241
TCaseSensitivity.Equals<TValueLength>(ref cur, in
_valueState
))
339
ValidateReadPosition(ref searchSpaceStart, searchSpaceLength, ref matchRef,
_valueState
.Value.Length);
341
if (CanSkipAnchorMatchVerification || TCaseSensitivity.Equals<TValueLength>(ref matchRef, in
_valueState
))
366
ValidateReadPosition(ref searchSpaceStart, searchSpaceLength, ref matchRef,
_valueState
.Value.Length);
368
if (CanSkipAnchorMatchVerification || TCaseSensitivity.Equals<TValueLength>(ref matchRef, in
_valueState
))
384
:
_valueState
.Value.Equals(value, IgnoreCase ? StringComparison.OrdinalIgnoreCase : StringComparison.Ordinal);
388
: [
_valueState
.Value];