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