Move Thread to shared CoreLib (dotnet/corefxdotnet/coreclr#35462)
authorFilip Navara <filip.navara@gmail.com>
Thu, 21 Feb 2019 02:23:41 +0000 (03:23 +0100)
committerJan Kotas <jkotas@microsoft.com>
Thu, 21 Feb 2019 07:26:40 +0000 (23:26 -0800)
commit09600a3eef7d3f318051e894b36253a5a89c8423
tree3ae9cdf0ed1bded5c2a2ec9776b803a65849d039
parentc20f3eb817974c5679114f4745729dd1ce303059
Move Thread to shared CoreLib (dotnet/corefxdotnet/coreclr#35462)

Signed-off-by: dotnet-bot <dotnet-bot@microsoft.com>
Commit migrated from https://github.com/dotnet/coreclr/commit/feed8ae9df458f336b2dd76cc9abe934bb2a5751
18 files changed:
src/libraries/System.Private.CoreLib/src/System/AppDomain.cs [new file with mode: 0644]
src/libraries/System.Private.CoreLib/src/System/AppDomainSetup.cs [new file with mode: 0644]
src/libraries/System.Private.CoreLib/src/System/CannotUnloadAppDomainException.cs [new file with mode: 0644]
src/libraries/System.Private.CoreLib/src/System/Collections/ArrayList.cs [new file with mode: 0644]
src/libraries/System.Private.CoreLib/src/System/LocalDataStoreSlot.cs [new file with mode: 0644]
src/libraries/System.Private.CoreLib/src/System/Security/IPermission.cs [new file with mode: 0644]
src/libraries/System.Private.CoreLib/src/System/Security/ISecurityEncodable.cs [new file with mode: 0644]
src/libraries/System.Private.CoreLib/src/System/Security/IStackWalk.cs [new file with mode: 0644]
src/libraries/System.Private.CoreLib/src/System/Security/PermissionSet.cs [new file with mode: 0644]
src/libraries/System.Private.CoreLib/src/System/Security/Permissions/PermissionState.cs [new file with mode: 0644]
src/libraries/System.Private.CoreLib/src/System/Security/Principal/IIdentity.cs [new file with mode: 0644]
src/libraries/System.Private.CoreLib/src/System/Security/Principal/IPrincipal.cs [new file with mode: 0644]
src/libraries/System.Private.CoreLib/src/System/Security/Principal/PrincipalPolicy.cs [new file with mode: 0644]
src/libraries/System.Private.CoreLib/src/System/Security/SecurityElement.cs [new file with mode: 0644]
src/libraries/System.Private.CoreLib/src/System/Threading/CompressedStack.cs [new file with mode: 0644]
src/libraries/System.Private.CoreLib/src/System/Threading/Thread.Unix.cs [new file with mode: 0644]
src/libraries/System.Private.CoreLib/src/System/Threading/Thread.Windows.cs [new file with mode: 0644]
src/libraries/System.Private.CoreLib/src/System/Threading/Thread.cs [new file with mode: 0644]