Moved ManualResetEventSlim to shared (dotnet/coreclr#18799)
authorAnirudh Agnihotry <anirudhagnihotry098@gmail.com>
Mon, 9 Jul 2018 09:21:55 +0000 (02:21 -0700)
committerGitHub <noreply@github.com>
Mon, 9 Jul 2018 09:21:55 +0000 (02:21 -0700)
commitbc7b8af47bdf9f26cdf81d6057117ed9023f9638
tree8f81893e4247578ff8d960100c0cb9013fb2508e
parent96f442b638665454efcc1bc62f46a0817137de85
Moved ManualResetEventSlim to shared (dotnet/coreclr#18799)

* Moved ManualResetEventSlim to shared

* covert System.int to System.Int32

Commit migrated from https://github.com/dotnet/coreclr/commit/82828f73b8fb3dbfb578c7206606a465f2cfeeb1
src/coreclr/src/System.Private.CoreLib/System.Private.CoreLib.csproj
src/coreclr/src/System.Private.CoreLib/src/System/Threading/SpinLock.cs
src/coreclr/src/System.Private.CoreLib/src/System/Threading/Tasks/Task.cs
src/libraries/System.Private.CoreLib/src/System.Private.CoreLib.Shared.projitems
src/libraries/System.Private.CoreLib/src/System/Threading/ManualResetEventSlim.cs [moved from src/coreclr/src/System.Private.CoreLib/src/System/Threading/ManualResetEventSlim.cs with 98% similarity]
src/libraries/System.Private.CoreLib/src/System/Threading/SpinWait.cs