1 write to _equivalentZones
System.Private.CoreLib (1)
src\libraries\System.Private.CoreLib\src\System\TimeZoneInfo.cs (1)
2014value!._equivalentZones = new List<TimeZoneInfo>();
9 references to _equivalentZones
System.Private.CoreLib (9)
src\libraries\System.Private.CoreLib\src\System\TimeZoneInfo.cs (6)
2010if (value!._equivalentZones == null) 2015lock (value!._equivalentZones) 2017value!._equivalentZones.Add(zone); 2022foreach (TimeZoneInfo tzi in value!._equivalentZones) 2034lock (value!._equivalentZones) 2036value!._equivalentZones.Add(zone);
src\libraries\System.Private.CoreLib\src\System\TimeZoneInfo.Unix.cs (3)
229(_equivalentZones is not null && _equivalentZones.Count > 0 ? _equivalentZones[0].Id : (GetAlternativeId(Id, out _) ?? Id));