Move TimerQueue.TickCount Windows implementation to shared CoreLib (#23838)
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)
commita6b1e978157278d09247bb82543a21886e087583
treeef9531b7d2d7978169dbd97be4a440e2f9ceabc7
parenta8d440c432bacf81b770f65042ed1721f38be5e5
Move TimerQueue.TickCount Windows implementation to shared CoreLib (#23838)
src/System.Private.CoreLib/System.Private.CoreLib.csproj
src/System.Private.CoreLib/shared/System.Private.CoreLib.Shared.projitems
src/System.Private.CoreLib/shared/System/Environment.Win32.cs
src/System.Private.CoreLib/shared/System/Environment.WinRT.cs
src/System.Private.CoreLib/shared/System/Threading/TimerQueue.Windows.cs [new file with mode: 0644]
src/System.Private.CoreLib/src/System/Environment.CoreCLR.cs
src/System.Private.CoreLib/src/System/Threading/Timer.CoreCLR.cs