1 write to _wasStopped
dotnet (1)
Installer\Windows\WindowsUpdateAgent.cs (1)
62
_wasStopped
= true;
2 references to _wasStopped
dotnet (2)
Installer\Windows\WindowsUpdateAgent.cs (2)
87
if (_wuauserv.Status == ServiceControllerStatus.Stopped && _wasRunning &&
_wasStopped
)
102
_log?.LogMessage($"wuauserv, status: {_wuauserv.Status}, was running: {_wasRunning}, was stopped: {
_wasStopped
}");