3 writes to _standardDisplayName
System.Private.CoreLib (3)
src\libraries\System.Private.CoreLib\src\System\TimeZoneInfo.cs (3)
169Interlocked.CompareExchange(ref _standardDisplayName, PopulateStandardDisplayName(), null); 1015_standardDisplayName = standardDisplayName; 1163_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)
168if (_standardDisplayName == null) 171return _standardDisplayName ?? string.Empty; 1150info.AddValue("StandardName", _standardDisplayName); // Do not rename (binary serialization) 2012zone = new TimeZoneInfo(id, value!._baseUtcOffset, value!._displayName, value!._standardDisplayName, 2032zone = new TimeZoneInfo(id, value!._baseUtcOffset, value!._displayName, value!._standardDisplayName, 2074value = CreateCustomTimeZone(value._id, value._baseUtcOffset, value._displayName, value._standardDisplayName); 2094value = CreateCustomTimeZone(value._id, value._baseUtcOffset, value._displayName, value._standardDisplayName); 2146value = CreateCustomTimeZone(value._id, value._baseUtcOffset, value._displayName, value._standardDisplayName);