14 references to Shutdown
Microsoft.Build (7)
BackEnd\Components\Logging\LoggingService.cs (7)
894
ErrorUtilities.VerifyThrow(_serviceState != LoggingServiceState.
Shutdown
, " The object is shutdown, should not do any operations on a shutdown component");
933
ErrorUtilities.VerifyThrow(_serviceState != LoggingServiceState.
Shutdown
, " The object is shutdown, should not do any operations on a shutdown component");
986
_serviceState = LoggingServiceState.
Shutdown
;
1032
ErrorUtilities.VerifyThrow(_serviceState != LoggingServiceState.
Shutdown
, " The object is shutdown, should not do any operations on a shutdown component");
1121
ErrorUtilities.VerifyThrow(_serviceState != LoggingServiceState.
Shutdown
, " The object is shutdown, should not do any operations on a shutdown component");
1188
ErrorUtilities.VerifyThrow(_serviceState != LoggingServiceState.
Shutdown
, " The object is shutdown, should not do any operations on a shutdown component");
1300
if (_serviceState == LoggingServiceState.
Shutdown
)
Microsoft.Build.Engine.UnitTests (7)
BackEnd\LoggingService_Tests.cs (7)
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);
1099
loggingService.ServiceState.ShouldBe(LoggingServiceState.
Shutdown
);
1118
_initializedService.ServiceState.ShouldBe(LoggingServiceState.
Shutdown
);