4 writes to _serviceState
Microsoft.Build (4)
BackEnd\Components\Logging\LoggingService.cs (4)
350_serviceState = LoggingServiceState.Instantiated; 907_serviceState = LoggingServiceState.Initialized; 933_serviceState = LoggingServiceState.ShuttingDown; 984_serviceState = LoggingServiceState.Shutdown;
8 references to _serviceState
Microsoft.Build (8)
BackEnd\Components\Logging\LoggingService.cs (8)
468public LoggingServiceState ServiceState => _serviceState; 891Assumed.NotEqual(_serviceState, LoggingServiceState.Shutdown, " The object is shutdown, should not do any operations on a shutdown component"); 930Assumed.NotEqual(_serviceState, LoggingServiceState.Shutdown, " The object is shutdown, should not do any operations on a shutdown component"); 1026Assumed.NotEqual(_serviceState, LoggingServiceState.Shutdown, " The object is shutdown, should not do any operations on a shutdown component"); 1116Assumed.NotEqual(_serviceState, LoggingServiceState.Shutdown, " The object is shutdown, should not do any operations on a shutdown component"); 1149Assumed.NotEqual(_serviceState, LoggingServiceState.Shutdown, " The object is shutdown, should not do any operations on a shutdown component"); 1231Assumed.NotEqual(_serviceState, LoggingServiceState.Shutdown, " The object is shutdown, should not do any operations on a shutdown component"); 1348if (_serviceState == LoggingServiceState.Shutdown)