4 writes to yearMonthPattern
System.Private.CoreLib (4)
src\libraries\System.Private.CoreLib\src\System\Globalization\DateTimeFormatInfo.cs (4)
426
yearMonthPattern
= null;
1015
get =>
yearMonthPattern
??= UnclonedYearMonthPatterns[0]; // initialize from the 1st array value if not set
1025
yearMonthPattern
= value;
1638
yearMonthPattern
= allYearMonthPatterns[0];