11 references to Shutdown
Microsoft.Build (6)
BackEnd\Components\Logging\LoggingService.cs (6)
856ErrorUtilities.VerifyThrow(_serviceState != LoggingServiceState.Shutdown, " The object is shutdown, should not do any operations on a shutdown component"); 892ErrorUtilities.VerifyThrow(_serviceState != LoggingServiceState.Shutdown, " The object is shutdown, should not do any operations on a shutdown component"); 945_serviceState = LoggingServiceState.Shutdown; 1038ErrorUtilities.VerifyThrow(_serviceState != LoggingServiceState.Shutdown, " The object is shutdown, should not do any operations on a shutdown component"); 1127ErrorUtilities.VerifyThrow(_serviceState != LoggingServiceState.Shutdown, " The object is shutdown, should not do any operations on a shutdown component"); 1192ErrorUtilities.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)
82Assert.Equal(LoggingServiceState.Shutdown, logService.ServiceState); 146Assert.Equal(LoggingServiceState.Shutdown, _initializedService.ServiceState); 152Assert.Equal(LoggingServiceState.Shutdown, _initializedService.ServiceState); 160Assert.Equal(LoggingServiceState.Shutdown, _initializedService.ServiceState); 179Assert.Equal(LoggingServiceState.Shutdown, _initializedService.ServiceState);