3 references to UseLeapYearMonth
System.Private.CoreLib (3)
src\libraries\System.Private.CoreLib\src\System\Globalization\DateTimeFormatInfo.cs (1)
2078if ((FormatFlags & DateTimeFormatFlags.UseLeapYearMonth) != 0)
src\libraries\System.Private.CoreLib\src\System\Globalization\DateTimeParse.cs (2)
3418if ((dtfi.FormatFlags & DateTimeFormatFlags.UseLeapYearMonth) != 0) 3518if ((dtfi.FormatFlags & DateTimeFormatFlags.UseLeapYearMonth) != 0)