3 writes to m_displayName
mscorlib (3)
system\timezoneinfo.cs (3)
1107m_displayName = zone.StandardName; 1130m_displayName = displayName; 1259m_displayName = (String)info.GetValue("DisplayName", typeof(String));
8 references to m_displayName
mscorlib (8)
system\timezoneinfo.cs (8)
137timeZone.m_displayName, 287return (m_displayName == null ? String.Empty : m_displayName); 1244info.AddValue("DisplayName", m_displayName); 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,