4 writes to _serviceState
Microsoft.Build (4)
BackEnd\Components\Logging\LoggingService.cs (4)
343_serviceState = LoggingServiceState.Instantiated; 903_serviceState = LoggingServiceState.Initialized; 929_serviceState = LoggingServiceState.ShuttingDown; 979_serviceState = LoggingServiceState.Shutdown;
6 references to _serviceState
Microsoft.Build (6)
BackEnd\Components\Logging\LoggingService.cs (6)
461public LoggingServiceState ServiceState => _serviceState; 887ErrorUtilities.VerifyThrow(_serviceState != LoggingServiceState.Shutdown, " The object is shutdown, should not do any operations on a shutdown component"); 926ErrorUtilities.VerifyThrow(_serviceState != LoggingServiceState.Shutdown, " The object is shutdown, should not do any operations on a shutdown component"); 1025ErrorUtilities.VerifyThrow(_serviceState != LoggingServiceState.Shutdown, " The object is shutdown, should not do any operations on a shutdown component"); 1114ErrorUtilities.VerifyThrow(_serviceState != LoggingServiceState.Shutdown, " The object is shutdown, should not do any operations on a shutdown component"); 1181ErrorUtilities.VerifyThrow(_serviceState != LoggingServiceState.Shutdown, " The object is shutdown, should not do any operations on a shutdown component");