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