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