4 writes to _serviceState
Microsoft.Build (4)
BackEnd\Components\Logging\LoggingService.cs (4)
343_serviceState = LoggingServiceState.Instantiated; 910_serviceState = LoggingServiceState.Initialized; 936_serviceState = LoggingServiceState.ShuttingDown; 986_serviceState = LoggingServiceState.Shutdown;
7 references to _serviceState
Microsoft.Build (7)
BackEnd\Components\Logging\LoggingService.cs (7)
461public LoggingServiceState ServiceState => _serviceState; 894ErrorUtilities.VerifyThrow(_serviceState != LoggingServiceState.Shutdown, " The object is shutdown, should not do any operations on a shutdown component"); 933ErrorUtilities.VerifyThrow(_serviceState != LoggingServiceState.Shutdown, " The object is shutdown, should not do any operations on a shutdown component"); 1032ErrorUtilities.VerifyThrow(_serviceState != LoggingServiceState.Shutdown, " The object is shutdown, should not do any operations on a shutdown component"); 1121ErrorUtilities.VerifyThrow(_serviceState != LoggingServiceState.Shutdown, " The object is shutdown, should not do any operations on a shutdown component"); 1188ErrorUtilities.VerifyThrow(_serviceState != LoggingServiceState.Shutdown, " The object is shutdown, should not do any operations on a shutdown component"); 1300if (_serviceState == LoggingServiceState.Shutdown)