Implemented interface member:
property
ServiceState
Microsoft.Build.BackEnd.Logging.ILoggingService.ServiceState
11 references to ServiceState
Microsoft.Build.Engine.UnitTests (11)
BackEnd\LoggingService_Tests.cs (11)
69Assert.Equal(LoggingServiceState.Instantiated, logService.ServiceState); 76Assert.Equal(LoggingServiceState.Instantiated, logService.ServiceState); 81Assert.Equal(LoggingServiceState.Shutdown, logService.ServiceState); 99Assert.Equal(LoggingServiceState.Instantiated, ((LoggingService)logServiceComponent).ServiceState); 105Assert.Equal(LoggingServiceState.Initialized, service.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);