11 references to Shutdown
Microsoft.Build (6)
BackEnd\Components\Logging\LoggingService.cs (6)
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");
945
_serviceState = LoggingServiceState.
Shutdown
;
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");
Microsoft.Build.Engine.UnitTests (5)
BackEnd\LoggingService_Tests.cs (5)
82
Assert.Equal(LoggingServiceState.
Shutdown
, logService.ServiceState);
146
Assert.Equal(LoggingServiceState.
Shutdown
, _initializedService.ServiceState);
152
Assert.Equal(LoggingServiceState.
Shutdown
, _initializedService.ServiceState);
160
Assert.Equal(LoggingServiceState.
Shutdown
, _initializedService.ServiceState);
179
Assert.Equal(LoggingServiceState.
Shutdown
, _initializedService.ServiceState);