4 writes to _serviceState
Microsoft.Build (4)
BackEnd\Components\Logging\LoggingService.cs (4)
330
_serviceState
= LoggingServiceState.Instantiated;
871
_serviceState
= LoggingServiceState.Initialized;
895
_serviceState
= LoggingServiceState.ShuttingDown;
945
_serviceState
= LoggingServiceState.Shutdown;
6 references to _serviceState
Microsoft.Build (6)
BackEnd\Components\Logging\LoggingService.cs (6)
448
public LoggingServiceState ServiceState =>
_serviceState
;
856
ErrorUtilities.VerifyThrow(
_serviceState
!= LoggingServiceState.Shutdown, " The object is shutdown, should not do any operations on a shutdown component");
892
ErrorUtilities.VerifyThrow(
_serviceState
!= LoggingServiceState.Shutdown, " The object is shutdown, should not do any operations on a shutdown component");
1038
ErrorUtilities.VerifyThrow(
_serviceState
!= LoggingServiceState.Shutdown, " The object is shutdown, should not do any operations on a shutdown component");
1127
ErrorUtilities.VerifyThrow(
_serviceState
!= LoggingServiceState.Shutdown, " The object is shutdown, should not do any operations on a shutdown component");
1192
ErrorUtilities.VerifyThrow(
_serviceState
!= LoggingServiceState.Shutdown, " The object is shutdown, should not do any operations on a shutdown component");