3 writes to _standardDisplayName
System.Private.CoreLib (3)
src\libraries\System.Private.CoreLib\src\System\TimeZoneInfo.cs (3)
194Interlocked.CompareExchange(ref _standardDisplayName, PopulateStandardDisplayName(), null); 882_standardDisplayName = standardDisplayName; 1030_standardDisplayName = (string?)info.GetValue("StandardName", typeof(string)); // Do not rename (binary serialization)
8 references to _standardDisplayName
System.Private.CoreLib (8)
src\libraries\System.Private.CoreLib\src\System\TimeZoneInfo.cs (8)
193if (_standardDisplayName == null) 196return _standardDisplayName ?? string.Empty; 1017info.AddValue("StandardName", _standardDisplayName); // Do not rename (binary serialization) 1161zone = new TimeZoneInfo(id, value._baseUtcOffset, value._displayName, value._standardDisplayName, 1181zone = new TimeZoneInfo(id, value._baseUtcOffset, value._displayName, value._standardDisplayName, 1221value = CreateCustomTimeZone(value._id, value._baseUtcOffset, value._displayName, value._standardDisplayName); 1240value = CreateCustomTimeZone(value._id, value._baseUtcOffset, value._displayName, value._standardDisplayName); 1292value = CreateCustomTimeZone(value._id, value._baseUtcOffset, value._displayName, value._standardDisplayName);