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