2 writes to _allSystemTimeZonesRead
System.Private.CoreLib (2)
src\libraries\System.Private.CoreLib\src\System\TimeZoneInfo.cs (2)
904
cachedData.
_allSystemTimeZonesRead
= true;
2063
cachedData.
_allSystemTimeZonesRead
= true;
3 references to _allSystemTimeZonesRead
System.Private.CoreLib (3)
src\libraries\System.Private.CoreLib\src\System\TimeZoneInfo.cs (3)
901
if (!cachedData.
_allSystemTimeZonesRead
)
2060
if (Invariant && !cachedData.
_allSystemTimeZonesRead
)
2108
if (!cachedData.
_allSystemTimeZonesRead
|| alwaysFallbackToLocalMachine)