1 write to tokenString
mscorlib (1)
system\globalization\datetimeformatinfo.cs (1)
2987this.tokenString = tokenString;
13 references to tokenString
mscorlib (13)
system\globalization\datetimeformatinfo.cs (13)
2812if (((int)value.tokenType & (int)TokenMask) > 0 && value.tokenString.Length <= remaining) { 2813if (String.Compare(str.Value, str.Index, value.tokenString, 0, value.tokenString.Length, this.Culture, CompareOptions.IgnoreCase)==0) { 2817if ((nextCharIndex = str.Index + value.tokenString.Length) < str.len) { 2821if (!IsAllowedJapaneseTokenFollowedByNonSpaceLetter(value.tokenString, nextCh)) 2828str.Advance(value.tokenString.Length); 2833if (str.MatchSpecifiedWords(value.tokenString, true, ref matchStrLen)) { 2842if (str.MatchSpecifiedWords(value.tokenString, true, ref matchStrLen)) { 2872if (temp != null && Char.ToLower(temp.tokenString[0], this.Culture) != ch) { 2913if (str.Length >= value.tokenString.Length) { 2916if (String.Compare(str, 0, value.tokenString, 0, value.tokenString.Length, this.Culture, CompareOptions.IgnoreCase) == 0) { 2917if (str.Length > value.tokenString.Length) {