3 writes to m_standardDisplayName
mscorlib (3)
system\timezoneinfo.cs (3)
1108
m_standardDisplayName
= zone.StandardName;
1131
m_standardDisplayName
= standardDisplayName;
1260
m_standardDisplayName
= (String)info.GetValue("StandardName", typeof(String));
8 references to m_standardDisplayName
mscorlib (8)
system\timezoneinfo.cs (8)
138
timeZone.
m_standardDisplayName
,
293
return (
m_standardDisplayName
== null ? String.Empty :
m_standardDisplayName
);
1245
info.AddValue("StandardName",
m_standardDisplayName
);
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
,