4 writes to m_id
mscorlib (4)
system\timezoneinfo.cs (4)
1089
m_id
= c_localId; // the ID must contain at least 1 character - initialize m_id to "Local"
1092
m_id
= zone.StandardName;
1128
m_id
= id;
1258
m_id
= (String)info.GetValue("Id", typeof(String));
12 references to m_id
mscorlib (12)
system\timezoneinfo.cs (12)
135
timeZone.
m_id
,
281
return
m_id
;
872
return (other != null && String.Compare(this.
m_id
, other.
m_id
, StringComparison.OrdinalIgnoreCase) == 0 && HasSameRules(other));
903
return
m_id
.ToUpper(CultureInfo.InvariantCulture).GetHashCode();
1106
ValidateTimeZoneInfo(
m_id
, m_baseUtcOffset, m_adjustmentRules, out m_supportsDaylightSavingTime);
1221
ValidateTimeZoneInfo(
m_id
, m_baseUtcOffset, m_adjustmentRules, out adjustmentRulesSupportDst);
1243
info.AddValue("Id",
m_id
);
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,