3 writes to m_displayName
mscorlib (3)
system\timezoneinfo.cs (3)
1107
m_displayName
= zone.StandardName;
1130
m_displayName
= displayName;
1259
m_displayName
= (String)info.GetValue("DisplayName", typeof(String));
8 references to m_displayName
mscorlib (8)
system\timezoneinfo.cs (8)
137
timeZone.
m_displayName
,
287
return (
m_displayName
== null ? String.Empty :
m_displayName
);
1244
info.AddValue("DisplayName",
m_displayName
);
2866
value = CreateCustomTimeZone(match.m_id, match.m_baseUtcOffset, match.
m_displayName
, match.m_standardDisplayName);
2869
value = new TimeZoneInfo(match.m_id, match.m_baseUtcOffset, match.
m_displayName
, match.m_standardDisplayName,
2888
value = CreateCustomTimeZone(match.m_id, match.m_baseUtcOffset, match.
m_displayName
, match.m_standardDisplayName);
2891
value = new TimeZoneInfo(match.m_id, match.m_baseUtcOffset, match.
m_displayName
, match.m_standardDisplayName,