1 write to _timeZonesUsingAlternativeIds
System.Private.CoreLib (1)
src\libraries\System.Private.CoreLib\src\System\TimeZoneInfo.cs (1)
2041
cachedData.
_timeZonesUsingAlternativeIds
??= new Dictionary<string, TimeZoneInfo>(StringComparer.OrdinalIgnoreCase);
3 references to _timeZonesUsingAlternativeIds
System.Private.CoreLib (3)
src\libraries\System.Private.CoreLib\src\System\TimeZoneInfo.cs (3)
2042
cachedData.
_timeZonesUsingAlternativeIds
[id] = zone;
2087
if (cachedData.
_timeZonesUsingAlternativeIds
!= null)
2089
if (cachedData.
_timeZonesUsingAlternativeIds
.TryGetValue(id, out value))