3 writes to shortTimePattern
System.Private.CoreLib (3)
src\libraries\System.Private.CoreLib\src\System\Globalization\DateTimeFormatInfo.cs (3)
869get => shortTimePattern ??= UnclonedShortTimePatterns[0]; // initialize from the 1st array value if not set 879shortTimePattern = value; 1625shortTimePattern = allShortTimePatterns[0];