2 references to IsAmbiguousDaylightSavingTime
System.Private.CoreLib (2)
src\libraries\System.Private.CoreLib\src\System\TimeZone.cs (1)
239isDst = time.IsAmbiguousDaylightSavingTime();
src\libraries\System.Private.CoreLib\src\System\TimeZoneInfo.Cache.cs (1)
405if (i + 1 < boundary && transition.DaylightSavingOn && (localDateTime.Kind != DateTimeKind.Local || !localDateTime.IsAmbiguousDaylightSavingTime()))