14 references to Shutdown
Microsoft.Build (7)
BackEnd\Components\Logging\LoggingService.cs (7)
894ErrorUtilities.VerifyThrow(_serviceState != LoggingServiceState.Shutdown, " The object is shutdown, should not do any operations on a shutdown component"); 933ErrorUtilities.VerifyThrow(_serviceState != LoggingServiceState.Shutdown, " The object is shutdown, should not do any operations on a shutdown component"); 986_serviceState = LoggingServiceState.Shutdown; 1032ErrorUtilities.VerifyThrow(_serviceState != LoggingServiceState.Shutdown, " The object is shutdown, should not do any operations on a shutdown component"); 1121ErrorUtilities.VerifyThrow(_serviceState != LoggingServiceState.Shutdown, " The object is shutdown, should not do any operations on a shutdown component"); 1188ErrorUtilities.VerifyThrow(_serviceState != LoggingServiceState.Shutdown, " The object is shutdown, should not do any operations on a shutdown component"); 1300if (_serviceState == LoggingServiceState.Shutdown)
Microsoft.Build.Engine.UnitTests (7)
BackEnd\LoggingService_Tests.cs (7)
81Assert.Equal(LoggingServiceState.Shutdown, logService.ServiceState); 145Assert.Equal(LoggingServiceState.Shutdown, _initializedService.ServiceState); 151Assert.Equal(LoggingServiceState.Shutdown, _initializedService.ServiceState); 159Assert.Equal(LoggingServiceState.Shutdown, _initializedService.ServiceState); 178Assert.Equal(LoggingServiceState.Shutdown, _initializedService.ServiceState); 1099loggingService.ServiceState.ShouldBe(LoggingServiceState.Shutdown); 1118_initializedService.ServiceState.ShouldBe(LoggingServiceState.Shutdown);