summaryrefslogtreecommitdiff
path: root/src/System.Private.CoreLib/shared/Internal
AgeCommit message (Collapse)AuthorFilesLines
2018-09-20Move RegistryKey to shared CoreLib partition (#20067)Jan Kotas1-0/+485
* Move RegistryKey to shared CoreLib partition - Cut down RegistryKey to just what CoreLib needs. I went back and forth on whether to share the corefx implementation with ifdefs or not. I have choosen to duplicate it at the end. The ifdefs were either too complex or there was too much cruft left behind that the IL linker was not able to remove. - Move the internal CoreLib implementation of Registry to Internal.Win32 namespace to ensure that it is not confused with the public standlone one Fixes #10741 and #17899
2018-06-26Applying PR feedbackPhil Garcia1-0/+11
2018-05-14Moving ConcurrentQueue to shared folder (#17956)Maryam Ariyan1-0/+26
* Moving ConcurrentQueue to shared folder Fixes: #17751
2018-05-08Rename mscorlib to System.Private.Corelib (#17926)Maryam Ariyan4-0/+550
* diff from just renaming folder mscorlib to System.Private.CoreLib * Updating build.proj to reflect name change Fixes: #17905