4 writes to _serviceState
Microsoft.Build (4)
BackEnd\Components\Logging\LoggingService.cs (4)
337
_serviceState
= LoggingServiceState.Instantiated;
878
_serviceState
= LoggingServiceState.Initialized;
904
_serviceState
= LoggingServiceState.ShuttingDown;
954
_serviceState
= LoggingServiceState.Shutdown;
6 references to _serviceState
Microsoft.Build (6)
BackEnd\Components\Logging\LoggingService.cs (6)
455
public LoggingServiceState ServiceState =>
_serviceState
;
863
ErrorUtilities.VerifyThrow(
_serviceState
!= LoggingServiceState.Shutdown, " The object is shutdown, should not do any operations on a shutdown component");
901
ErrorUtilities.VerifyThrow(
_serviceState
!= LoggingServiceState.Shutdown, " The object is shutdown, should not do any operations on a shutdown component");
1000
ErrorUtilities.VerifyThrow(
_serviceState
!= LoggingServiceState.Shutdown, " The object is shutdown, should not do any operations on a shutdown component");
1089
ErrorUtilities.VerifyThrow(
_serviceState
!= LoggingServiceState.Shutdown, " The object is shutdown, should not do any operations on a shutdown component");
1154
ErrorUtilities.VerifyThrow(
_serviceState
!= LoggingServiceState.Shutdown, " The object is shutdown, should not do any operations on a shutdown component");