11 references to Shutdown
Microsoft.Build (6)
BackEnd\Components\Logging\LoggingService.cs (6)
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");
954
_serviceState = LoggingServiceState.
Shutdown
;
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");
Microsoft.Build.Engine.UnitTests (5)
BackEnd\LoggingService_Tests.cs (5)
81
Assert.Equal(LoggingServiceState.
Shutdown
, logService.ServiceState);
145
Assert.Equal(LoggingServiceState.
Shutdown
, _initializedService.ServiceState);
151
Assert.Equal(LoggingServiceState.
Shutdown
, _initializedService.ServiceState);
159
Assert.Equal(LoggingServiceState.
Shutdown
, _initializedService.ServiceState);
178
Assert.Equal(LoggingServiceState.
Shutdown
, _initializedService.ServiceState);