4 writes to _serviceState
Microsoft.Build (4)
BackEnd\Components\Logging\LoggingService.cs (4)
343
_serviceState
= LoggingServiceState.Instantiated;
903
_serviceState
= LoggingServiceState.Initialized;
929
_serviceState
= LoggingServiceState.ShuttingDown;
979
_serviceState
= LoggingServiceState.Shutdown;
6 references to _serviceState
Microsoft.Build (6)
BackEnd\Components\Logging\LoggingService.cs (6)
461
public LoggingServiceState ServiceState =>
_serviceState
;
887
ErrorUtilities.VerifyThrow(
_serviceState
!= LoggingServiceState.Shutdown, " The object is shutdown, should not do any operations on a shutdown component");
926
ErrorUtilities.VerifyThrow(
_serviceState
!= LoggingServiceState.Shutdown, " The object is shutdown, should not do any operations on a shutdown component");
1025
ErrorUtilities.VerifyThrow(
_serviceState
!= LoggingServiceState.Shutdown, " The object is shutdown, should not do any operations on a shutdown component");
1114
ErrorUtilities.VerifyThrow(
_serviceState
!= LoggingServiceState.Shutdown, " The object is shutdown, should not do any operations on a shutdown component");
1181
ErrorUtilities.VerifyThrow(
_serviceState
!= LoggingServiceState.Shutdown, " The object is shutdown, should not do any operations on a shutdown component");