14 references to LoggingServiceState
Microsoft.Build (14)
BackEnd\Components\Logging\ILoggingService.cs (1)
69LoggingServiceState ServiceState
BackEnd\Components\Logging\LoggingService.cs (13)
120private LoggingServiceState _serviceState; 350_serviceState = LoggingServiceState.Instantiated; 468public LoggingServiceState ServiceState => _serviceState; 891Assumed.NotEqual(_serviceState, LoggingServiceState.Shutdown, " The object is shutdown, should not do any operations on a shutdown component"); 907_serviceState = LoggingServiceState.Initialized; 930Assumed.NotEqual(_serviceState, LoggingServiceState.Shutdown, " The object is shutdown, should not do any operations on a shutdown component"); 933_serviceState = LoggingServiceState.ShuttingDown; 984_serviceState = LoggingServiceState.Shutdown; 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)