3 references to Shutdown
dotnet (2)
Commands\Workload\Install\NetSdkMsiInstallerServer.cs (1)
60case InstallRequestType.Shutdown:
Installer\Windows\InstallMessageDispatcher.cs (1)
129return Send(new InstallRequestMessage { RequestType = InstallRequestType.Shutdown });
dotnet.Tests (1)
WindowsInstallerTests.cs (1)
199if (request.RequestType == InstallRequestType.Shutdown)