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