3 writes to LoggingServiceState
Microsoft.Build (1)
BackEnd\BuildManager\BuildManager.cs (1)
1355telemetry.LoggingServiceState = loggingService.ServiceState.ToString();
Microsoft.Build.Framework.UnitTests (2)
CrashTelemetry_Tests.cs (2)
702LoggingServiceState = "Initialized", 742LoggingServiceState = "ShuttingDown",
4 references to LoggingServiceState
Microsoft.Build.Framework (2)
Telemetry\CrashTelemetry.cs (2)
532AddIfNotNull(LoggingServiceState); 602AddIfNotNull(LoggingServiceState);
Microsoft.Build.Framework.UnitTests (2)
CrashTelemetry_Tests.cs (2)
719props[nameof(CrashTelemetry.LoggingServiceState)].ShouldBe("Initialized"); 761props[nameof(CrashTelemetry.LoggingServiceState)].ShouldBe("ShuttingDown");