Move FrameworkEventSource to shared partition (dotnet/coreclr#22507)
authorMarek Safar <marek.safar@gmail.com>
Thu, 14 Feb 2019 20:14:52 +0000 (21:14 +0100)
committerJan Kotas <jkotas@microsoft.com>
Thu, 14 Feb 2019 20:14:52 +0000 (12:14 -0800)
commit97cdf68fbaa2c1b45bc0fcf8718a16c2cd44d1a5
tree8a070c734004da829bd131d1e3d3785fc9e44faa
parentf42dd3107de7aff2fb512dda95f4c8ef8ed4a5f6
Move FrameworkEventSource to shared partition (dotnet/coreclr#22507)

* Move FrameworkEventSource to shared partition

and remove unused code

* Remove more unused code

* Remove CA8001 suppress message

Commit migrated from https://github.com/dotnet/coreclr/commit/413253cf352f0f711be798b586b6b8c4b64aedbf
src/coreclr/src/System.Private.CoreLib/System.Private.CoreLib.csproj
src/coreclr/src/System.Private.CoreLib/src/System/Diagnostics/Eventing/FrameworkEventSource.cs [deleted file]
src/libraries/System.Private.CoreLib/src/System.Private.CoreLib.Shared.projitems
src/libraries/System.Private.CoreLib/src/System/Diagnostics/Tracing/FrameworkEventSource.cs [new file with mode: 0644]
src/libraries/System.Private.CoreLib/src/System/Threading/Timer.cs