4 writes to _serviceState
Microsoft.Build (4)
BackEnd\Components\Logging\LoggingService.cs (4)
344_serviceState = LoggingServiceState.Instantiated; 911_serviceState = LoggingServiceState.Initialized; 937_serviceState = LoggingServiceState.ShuttingDown; 987_serviceState = LoggingServiceState.Shutdown;
8 references to _serviceState
Microsoft.Build (8)
BackEnd\Components\Logging\LoggingService.cs (8)
462public LoggingServiceState ServiceState => _serviceState; 895Assumed.NotEqual(_serviceState, LoggingServiceState.Shutdown, " The object is shutdown, should not do any operations on a shutdown component"); 934Assumed.NotEqual(_serviceState, LoggingServiceState.Shutdown, " The object is shutdown, should not do any operations on a shutdown component"); 1029Assumed.NotEqual(_serviceState, LoggingServiceState.Shutdown, " The object is shutdown, should not do any operations on a shutdown component"); 1119Assumed.NotEqual(_serviceState, LoggingServiceState.Shutdown, " The object is shutdown, should not do any operations on a shutdown component"); 1152Assumed.NotEqual(_serviceState, LoggingServiceState.Shutdown, " The object is shutdown, should not do any operations on a shutdown component"); 1217Assumed.NotEqual(_serviceState, LoggingServiceState.Shutdown, " The object is shutdown, should not do any operations on a shutdown component"); 1334if (_serviceState == LoggingServiceState.Shutdown)