10 references to Local
System.Private.CoreLib (10)
src\libraries\System.Private.CoreLib\src\System\TimeZoneInfo.cs (10)
250adjustedTime = ConvertTime(dateTime, cachedData.Local, this, TimeZoneInfoOptions.None, cachedData); 355return cachedData.Local.GetUtcOffset(dateTime, flags, cachedData); 373DateTime adjustedTime = ConvertTime(dateTime, cachedData.Local, s_utcTimeZone, flags); 446dateTime.Kind == DateTimeKind.Local ? ConvertTime(dateTime, cachedData.Local, this, flags, cachedData) : 506adjustedTime = ConvertTime(dateTime, cachedData.Local, this, flags, cachedData); 690return ConvertTime(dateTime, cachedData.Local, FindSystemTimeZoneById(destinationTimeZoneId), TimeZoneInfoOptions.None, cachedData); 735TimeZoneInfo sourceTimeZone = dateTime.Kind == DateTimeKind.Utc ? s_utcTimeZone : cachedData.Local; 834return ConvertTime(dateTime, cachedData.Local, s_utcTimeZone, TimeZoneInfoOptions.None, cachedData); 844return ConvertTime(dateTime, cachedData.Local, s_utcTimeZone, flags, cachedData); 972public static TimeZoneInfo Local => s_cachedData.Local;