4 writes to _serviceState
Microsoft.Build (4)
BackEnd\Components\Logging\LoggingService.cs (4)
344
_serviceState
= LoggingServiceState.Instantiated;
911
_serviceState
= LoggingServiceState.Initialized;
937
_serviceState
= LoggingServiceState.ShuttingDown;
987
_serviceState
= LoggingServiceState.Shutdown;
8 references to _serviceState
Microsoft.Build (8)
BackEnd\Components\Logging\LoggingService.cs (8)
462
public LoggingServiceState ServiceState =>
_serviceState
;
895
Assumed.NotEqual(
_serviceState
, LoggingServiceState.Shutdown, " The object is shutdown, should not do any operations on a shutdown component");
934
Assumed.NotEqual(
_serviceState
, LoggingServiceState.Shutdown, " The object is shutdown, should not do any operations on a shutdown component");
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)