3 writes to m_standardDisplayName
mscorlib (3)
system\timezoneinfo.cs (3)
1108m_standardDisplayName = zone.StandardName; 1131m_standardDisplayName = standardDisplayName; 1260m_standardDisplayName = (String)info.GetValue("StandardName", typeof(String));
8 references to m_standardDisplayName
mscorlib (8)
system\timezoneinfo.cs (8)
138timeZone.m_standardDisplayName, 293return (m_standardDisplayName == null ? String.Empty : m_standardDisplayName); 1245info.AddValue("StandardName", m_standardDisplayName); 2866value = CreateCustomTimeZone(match.m_id, match.m_baseUtcOffset, match.m_displayName, match.m_standardDisplayName); 2869value = new TimeZoneInfo(match.m_id, match.m_baseUtcOffset, match.m_displayName, match.m_standardDisplayName, 2888value = CreateCustomTimeZone(match.m_id, match.m_baseUtcOffset, match.m_displayName, match.m_standardDisplayName); 2891value = new TimeZoneInfo(match.m_id, match.m_baseUtcOffset, match.m_displayName, match.m_standardDisplayName,