13 references to LoggingServiceState
Microsoft.Build (13)
BackEnd\Components\Logging\ILoggingService.cs (1)
68LoggingServiceState ServiceState
BackEnd\Components\Logging\LoggingService.cs (12)
119private LoggingServiceState _serviceState; 343_serviceState = LoggingServiceState.Instantiated; 461public LoggingServiceState ServiceState => _serviceState; 894Assumed.NotEqual(_serviceState, LoggingServiceState.Shutdown, " The object is shutdown, should not do any operations on a shutdown component"); 910_serviceState = LoggingServiceState.Initialized; 933Assumed.NotEqual(_serviceState, LoggingServiceState.Shutdown, " The object is shutdown, should not do any operations on a shutdown component"); 936_serviceState = LoggingServiceState.ShuttingDown; 986_serviceState = LoggingServiceState.Shutdown; 1028Assumed.NotEqual(_serviceState, LoggingServiceState.Shutdown, " The object is shutdown, should not do any operations on a shutdown component"); 1117Assumed.NotEqual(_serviceState, LoggingServiceState.Shutdown, " The object is shutdown, should not do any operations on a shutdown component"); 1184Assumed.NotEqual(_serviceState, LoggingServiceState.Shutdown, " The object is shutdown, should not do any operations on a shutdown component"); 1296if (_serviceState == LoggingServiceState.Shutdown)