Move TimerQueue.TickCount Windows implementation to shared CoreLib (dotnet/coreclr...
authorFilip Navara <filip.navara@gmail.com>
Wed, 10 Apr 2019 23:04:38 +0000 (01:04 +0200)
committerJan Kotas <jkotas@microsoft.com>
Wed, 10 Apr 2019 23:04:38 +0000 (16:04 -0700)
commit5073f843827df064ff65b3992e3569521dda00f8
treed0b415d7f1c83a685e05c9b5423a844a4321b8ec
parent98280c683b76483a7fdec91a00978f4bdc538df6
Move TimerQueue.TickCount Windows implementation to shared CoreLib (dotnet/coreclr#23838)

Commit migrated from https://github.com/dotnet/coreclr/commit/a6b1e978157278d09247bb82543a21886e087583
src/coreclr/src/System.Private.CoreLib/System.Private.CoreLib.csproj
src/coreclr/src/System.Private.CoreLib/src/System/Environment.CoreCLR.cs
src/coreclr/src/System.Private.CoreLib/src/System/Threading/Timer.CoreCLR.cs
src/libraries/System.Private.CoreLib/src/System.Private.CoreLib.Shared.projitems
src/libraries/System.Private.CoreLib/src/System/Environment.Win32.cs
src/libraries/System.Private.CoreLib/src/System/Environment.WinRT.cs
src/libraries/System.Private.CoreLib/src/System/Threading/TimerQueue.Windows.cs [new file with mode: 0644]