Copy CoreFX environment variable code (#8405)
authorJeremy Kuhne <jeremy.kuhne@microsoft.com>
Mon, 5 Dec 2016 22:42:51 +0000 (14:42 -0800)
committerGitHub <noreply@github.com>
Mon, 5 Dec 2016 22:42:51 +0000 (14:42 -0800)
commite06afa73cc284c6659a03eb475eb426d08938e77
tree23d59560b62d9eca16c6800628a9c01553aa8a85
parent44a7d097a38c4ed33b633bf422eb2b79a12e38dd
Copy CoreFX environment variable code (#8405)

Tweak the core code to match up with what we had done in CoreFX and expose
so that we can have a single source of environment truth. This is
particularly important for Unix as we use a local copy of the state.
src/mscorlib/model.xml
src/mscorlib/mscorlib.shared.sources.props
src/mscorlib/src/Internal/Runtime/Augments/EnvironmentAugments.cs
src/mscorlib/src/System/Environment.Unix.cs [new file with mode: 0644]
src/mscorlib/src/System/Environment.Win32.cs [new file with mode: 0644]
src/mscorlib/src/System/Environment.cs