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