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