10 references to SystemSupportsLeapSeconds
System.Private.CoreLib (10)
src\libraries\System.Private.CoreLib\src\System\DateTime.cs (8)
293
if (second != 60 || !
SystemSupportsLeapSeconds
)
317
if (second != 60 || !
SystemSupportsLeapSeconds
)
340
if (second != 60 || !
SystemSupportsLeapSeconds
)
357
if (second != 60 || !
SystemSupportsLeapSeconds
)
543
if (second != 60 || !
SystemSupportsLeapSeconds
)
1272
if (
SystemSupportsLeapSeconds
)
1700
if (
SystemSupportsLeapSeconds
)
2005
else if (second == 60 &&
SystemSupportsLeapSeconds
)
src\libraries\System.Private.CoreLib\src\System\DateTimeOffset.cs (2)
145
if (second != 60 || !DateTime.
SystemSupportsLeapSeconds
)
180
if (second != 60 || !DateTime.
SystemSupportsLeapSeconds
)