1 instantiation of OffsetAndRule
mscorlib (1)
system\timezoneinfo.cs (1)
250
oneYearLocFromUtc = new
OffsetAndRule
(year, currentYear.BaseUtcOffset, rule);
4 references to OffsetAndRule
mscorlib (4)
system\timezoneinfo.cs (4)
243
private volatile
OffsetAndRule
m_oneYearLocalFromUtc;
245
public
OffsetAndRule
GetOneYearLocalFromUtc(int year) {
246
OffsetAndRule
oneYearLocFromUtc = m_oneYearLocalFromUtc;
2035
OffsetAndRule
match = s_cachedData.GetOneYearLocalFromUtc(timeYear);