14 references to LoggingServiceState
Microsoft.Build (14)
BackEnd\Components\Logging\ILoggingService.cs (1)
69LoggingServiceState ServiceState
BackEnd\Components\Logging\LoggingService.cs (13)
120private LoggingServiceState _serviceState; 344_serviceState = LoggingServiceState.Instantiated; 462public LoggingServiceState ServiceState => _serviceState; 895Assumed.NotEqual(_serviceState, LoggingServiceState.Shutdown, " The object is shutdown, should not do any operations on a shutdown component"); 911_serviceState = LoggingServiceState.Initialized; 934Assumed.NotEqual(_serviceState, LoggingServiceState.Shutdown, " The object is shutdown, should not do any operations on a shutdown component"); 937_serviceState = LoggingServiceState.ShuttingDown; 987_serviceState = LoggingServiceState.Shutdown; 1029Assumed.NotEqual(_serviceState, LoggingServiceState.Shutdown, " The object is shutdown, should not do any operations on a shutdown component"); 1119Assumed.NotEqual(_serviceState, LoggingServiceState.Shutdown, " The object is shutdown, should not do any operations on a shutdown component"); 1152Assumed.NotEqual(_serviceState, LoggingServiceState.Shutdown, " The object is shutdown, should not do any operations on a shutdown component"); 1217Assumed.NotEqual(_serviceState, LoggingServiceState.Shutdown, " The object is shutdown, should not do any operations on a shutdown component"); 1334if (_serviceState == LoggingServiceState.Shutdown)