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