summaryrefslogtreecommitdiff
path: root/src/System.Private.CoreLib/shared/System/TimeZoneInfo.AdjustmentRule.cs
AgeCommit message (Collapse)AuthorFilesLines
2018-06-15Ensure AdjustmentRule.DaylightDelta is within [-12,12] (#18477)Krzysztof Wicher1-0/+23
* Modulo AdjustmentRule.DaylightDelta * fix typo
2018-05-21Code cleanup and formatting for System.Memory files. (#17451)Ahson Khan1-2/+2
* Fix IDE0034 C# expression can be simplified (use of default) * Remove unnecessary using statements * IDE0012 C# Name can be simplified. String -> string * IDE0041 C# Null check can be simplified * Fix code formatting (limited to Span/System.Memory files). * Address PR feedback - IDE0012 Name can be simplified (String -> string) * Add back the necessary using statements and fix typo * Fix comment typo and add necessary using statements
2018-05-08Rename mscorlib to System.Private.Corelib (#17926)Maryam Ariyan1-0/+248
* diff from just renaming folder mscorlib to System.Private.CoreLib * Updating build.proj to reflect name change Fixes: #17905