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;
344
_serviceState =
LoggingServiceState
.Instantiated;
462
public
LoggingServiceState
ServiceState => _serviceState;
895
Assumed.NotEqual(_serviceState,
LoggingServiceState
.Shutdown, " The object is shutdown, should not do any operations on a shutdown component");
911
_serviceState =
LoggingServiceState
.Initialized;
934
Assumed.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;
1029
Assumed.NotEqual(_serviceState,
LoggingServiceState
.Shutdown, " The object is shutdown, should not do any operations on a shutdown component");
1119
Assumed.NotEqual(_serviceState,
LoggingServiceState
.Shutdown, " The object is shutdown, should not do any operations on a shutdown component");
1152
Assumed.NotEqual(_serviceState,
LoggingServiceState
.Shutdown, " The object is shutdown, should not do any operations on a shutdown component");
1217
Assumed.NotEqual(_serviceState,
LoggingServiceState
.Shutdown, " The object is shutdown, should not do any operations on a shutdown component");
1334
if (_serviceState ==
LoggingServiceState
.Shutdown)