4 writes to _serviceState
Microsoft.Build (4)
BackEnd\Components\Logging\LoggingService.cs (4)
350
_serviceState
= LoggingServiceState.Instantiated;
907
_serviceState
= LoggingServiceState.Initialized;
933
_serviceState
= LoggingServiceState.ShuttingDown;
984
_serviceState
= LoggingServiceState.Shutdown;
8 references to _serviceState
Microsoft.Build (8)
BackEnd\Components\Logging\LoggingService.cs (8)
468
public LoggingServiceState ServiceState =>
_serviceState
;
891
Assumed.NotEqual(
_serviceState
, LoggingServiceState.Shutdown, " The object is shutdown, should not do any operations on a shutdown component");
930
Assumed.NotEqual(
_serviceState
, LoggingServiceState.Shutdown, " The object is shutdown, should not do any operations on a shutdown component");
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)