1 write to _valueState
System.Private.CoreLib (1)
src\runtime\src\libraries\System.Private.CoreLib\src\System\SearchValues\Strings\SingleStringSearchValuesThreeChars.cs (1)
52
_valueState
= new SingleValueState(value, IgnoreCase);
8 references to _valueState
System.Private.CoreLib (8)
src\runtime\src\libraries\System.Private.CoreLib\src\System\SearchValues\Strings\SingleStringSearchValuesThreeChars.cs (8)
234
char valueHead =
_valueState
.Value.GetRawStringData();
242
TCaseSensitivity.Equals<TValueLength>(ref cur, in
_valueState
))
337
ValidateReadPosition(ref searchSpaceStart, searchSpaceLength, ref matchRef,
_valueState
.Value.Length);
339
if (CanSkipAnchorMatchVerification || TCaseSensitivity.Equals<TValueLength>(ref matchRef, in
_valueState
))
365
ValidateReadPosition(ref searchSpaceStart, searchSpaceLength, ref matchRef,
_valueState
.Value.Length);
367
if (CanSkipAnchorMatchVerification || TCaseSensitivity.Equals<TValueLength>(ref matchRef, in
_valueState
))
383
:
_valueState
.Value.Equals(value, IgnoreCase ? StringComparison.OrdinalIgnoreCase : StringComparison.Ordinal);
387
: [
_valueState
.Value];