2 writes to tokenValue
System.Private.CoreLib (2)
src\libraries\System.Private.CoreLib\src\System\Globalization\DateTimeFormatInfo.cs (2)
2489value.tokenValue = tokenValue; 2526this.tokenValue = tokenValue;
2 references to tokenValue
System.Private.CoreLib (2)
src\libraries\System.Private.CoreLib\src\System\Globalization\DateTimeFormatInfo.cs (2)
2364tokenValue = value.tokenValue; 2376tokenValue = value.tokenValue;