3 writes to tokenType
mscorlib (3)
system\globalization\datetimeformatinfo.cs (3)
2945value.tokenType |= tokenType; 2960value.tokenType |= tokenType; 2988this.tokenType = tokenType;
7 references to tokenType
mscorlib (7)
system\globalization\datetimeformatinfo.cs (7)
2812if (((int)value.tokenType & (int)TokenMask) > 0 && value.tokenString.Length <= remaining) { 2826tokenType = value.tokenType & TokenMask; 2830} else if (value.tokenType == TokenType.MonthToken && HasSpacesInMonthNames) { 2834tokenType = value.tokenType & TokenMask; 2839} else if (value.tokenType == TokenType.DayOfWeekToken && HasSpacesInDayNames) { 2843tokenType = value.tokenType & TokenMask; 2934int nCurrentTokenTypeInHash = (int)value.tokenType;