1 write to tokenString
System.Private.CoreLib (1)
src\libraries\System.Private.CoreLib\src\System\Globalization\DateTimeFormatInfo.cs (1)
2524
this.
tokenString
= tokenString;
15 references to tokenString
System.Private.CoreLib (15)
src\libraries\System.Private.CoreLib\src\System\Globalization\DateTimeFormatInfo.cs (15)
2339
if (((int)value.tokenType & (int)TokenMask) > 0 && value.
tokenString
.Length <= remaining)
2346
int nextCharIndex = str.Index + value.
tokenString
.Length;
2355
compareStrings = !char.IsLetter(nextCh) || IsAllowedJapaneseTokenFollowedByNonSpaceLetter(value.
tokenString
, nextCh);
2360
((value.
tokenString
.Length == 1 && str.Value[str.Index] == value.
tokenString
[0]) ||
2361
Culture.CompareInfo.Compare(str.Value.Slice(str.Index, value.
tokenString
.Length), value.
tokenString
, CompareOptions.IgnoreCase) == 0))
2365
str.Advance(value.
tokenString
.Length);
2373
if (str.MatchSpecifiedWords(value.
tokenString
, true, ref matchStrLen))
2405
if (temp != null && Culture.TextInfo.ToLower(temp.
tokenString
[0]) != ch)
2457
if (str.Length >= value.
tokenString
.Length)
2461
if (CompareStringIgnoreCaseOptimized(str, 0, value.
tokenString
.Length, value.
tokenString
, 0, value.
tokenString
.Length))
2463
if (str.Length > value.
tokenString
.Length)