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