Add MSBuild telemetry to capture metrics about multithreaded build execution. - [x] Whether multithreading is enabled - [x] Number of tasks executed in task host processes. - [x] Which task factories are used and how many tasks they execute. And document the new events/properties - [x] Document the changes in [msbuild docs](https://github.com/dotnet/msbuild/blob/c9e83a9059f5bf140678d2dd3735b1d5001a45df/documentation/wiki/CollectedTelemetry.md).