14 references to s_isLeapSecondsSupportedSystem
mscorlib (14)
system\datetime.cs (11)
196if (second == 60 && s_isLeapSecondsSupportedSystem && IsValidTimeWithLeapSeconds(year, month, day, hour, minute, second, DateTimeKind.Unspecified)) 213if (second == 60 && s_isLeapSecondsSupportedSystem && IsValidTimeWithLeapSeconds(year, month, day, hour, minute, second, kind)) 235if (second == 60 && s_isLeapSecondsSupportedSystem) 262if (second == 60 && s_isLeapSecondsSupportedSystem && IsValidTimeWithLeapSeconds(year, month, day, hour, minute, second, DateTimeKind.Unspecified)) 287if (second == 60 && s_isLeapSecondsSupportedSystem && IsValidTimeWithLeapSeconds(year, month, day, hour, minute, second, kind)) 315if (second == 60 && s_isLeapSecondsSupportedSystem) 349if (second == 60 && s_isLeapSecondsSupportedSystem) 767if (s_isLeapSecondsSupportedSystem) 1076if (s_isLeapSecondsSupportedSystem) 1378if (s_isLeapSecondsSupportedSystem) 1675if (s_isLeapSecondsSupportedSystem && IsValidTimeWithLeapSeconds(year, month, day, hour, minute, second, DateTimeKind.Unspecified))
system\datetimeoffset.cs (3)
106if (second == 60 && DateTime.s_isLeapSecondsSupportedSystem) 126if (second == 60 && DateTime.s_isLeapSecondsSupportedSystem) 148if (second == 60 && DateTime.s_isLeapSecondsSupportedSystem)