2 instantiations of CachedData
System.Private.CoreLib (2)
src\libraries\System.Private.CoreLib\src\System\TimeZoneInfo.cs (2)
61private static CachedData s_cachedData = new CachedData(); 578s_cachedData = new CachedData();
20 references to CachedData
System.Private.CoreLib (20)
src\libraries\System.Private.CoreLib\src\System\TimeZoneInfo.cs (17)
61private static CachedData s_cachedData = new CachedData(); 249CachedData cachedData = s_cachedData; 254CachedData cachedData = s_cachedData; 354CachedData cachedData = s_cachedData; 364private TimeSpan GetUtcOffset(DateTime dateTime, TimeZoneInfoOptions flags, CachedData cachedData) 444CachedData cachedData = s_cachedData; 480private bool IsDaylightSavingTime(DateTime dateTime, TimeZoneInfoOptions flags, CachedData cachedData) 669CachedData cachedData = s_cachedData; 689CachedData cachedData = s_cachedData; 734CachedData cachedData = s_cachedData; 751private static DateTime ConvertTime(DateTime dateTime, TimeZoneInfo sourceTimeZone, TimeZoneInfo destinationTimeZone, TimeZoneInfoOptions flags, CachedData cachedData) 833CachedData cachedData = s_cachedData; 843CachedData cachedData = s_cachedData; 895CachedData cachedData = s_cachedData; 1998private static TimeZoneInfoResult TryGetTimeZone(string id, bool dstDisabled, out TimeZoneInfo? value, out Exception? e, CachedData cachedData, bool alwaysFallbackToLocalMachine = false) 2053private static TimeZoneInfoResult TryGetTimeZoneUsingId(string id, bool dstDisabled, out TimeZoneInfo? value, out Exception? e, CachedData cachedData, bool alwaysFallbackToLocalMachine) 2121private static TimeZoneInfoResult TryGetTimeZoneFromLocalMachine(string id, bool dstDisabled, out TimeZoneInfo? value, out Exception? e, CachedData cachedData)
src\libraries\System.Private.CoreLib\src\System\TimeZoneInfo.Unix.cs (3)
287private static void PopulateAllSystemTimeZones(CachedData cachedData) 313private static TimeZoneInfo GetLocalTimeZone(CachedData cachedData) 354private static TimeZoneInfoResult TryGetTimeZone(string id, out TimeZoneInfo? timeZone, out Exception? e, CachedData cachedData)