4 writes to _serviceState
Microsoft.Build (4)
BackEnd\Components\Logging\LoggingService.cs (4)
337_serviceState = LoggingServiceState.Instantiated; 878_serviceState = LoggingServiceState.Initialized; 904_serviceState = LoggingServiceState.ShuttingDown; 954_serviceState = LoggingServiceState.Shutdown;
6 references to _serviceState
Microsoft.Build (6)
BackEnd\Components\Logging\LoggingService.cs (6)
455public LoggingServiceState ServiceState => _serviceState; 863ErrorUtilities.VerifyThrow(_serviceState != LoggingServiceState.Shutdown, " The object is shutdown, should not do any operations on a shutdown component"); 901ErrorUtilities.VerifyThrow(_serviceState != LoggingServiceState.Shutdown, " The object is shutdown, should not do any operations on a shutdown component"); 1000ErrorUtilities.VerifyThrow(_serviceState != LoggingServiceState.Shutdown, " The object is shutdown, should not do any operations on a shutdown component"); 1089ErrorUtilities.VerifyThrow(_serviceState != LoggingServiceState.Shutdown, " The object is shutdown, should not do any operations on a shutdown component"); 1154ErrorUtilities.VerifyThrow(_serviceState != LoggingServiceState.Shutdown, " The object is shutdown, should not do any operations on a shutdown component");