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)
87if (_wuauserv.Status == ServiceControllerStatus.Stopped && _wasRunning && _wasStopped) 102_log?.LogMessage($"wuauserv, status: {_wuauserv.Status}, was running: {_wasRunning}, was stopped: {_wasStopped}");