2 implementations of ServiceState
Microsoft.Build (1)
BackEnd\Components\Logging\LoggingService.cs (1)
461
public LoggingServiceState
ServiceState
=> _serviceState;
Microsoft.Build.Engine.UnitTests (1)
BackEnd\MockLoggingService.cs (1)
67
public LoggingServiceState
ServiceState
1 reference to ServiceState
Microsoft.Build (1)
BackEnd\BuildManager\BuildManager.cs (1)
1355
telemetry.LoggingServiceState = loggingService.
ServiceState
.ToString();