11 writes to RequestType
dotnet (11)
Installer\Windows\InstallMessageDispatcher.cs (11)
78RequestType = requestType, 97RequestType = requestType, 116RequestType = requestType, 129return Send(new InstallRequestMessage { RequestType = InstallRequestType.Shutdown }); 143RequestType = requestType, 158RequestType = InstallRequestType.RemoveManifestsFromInstallStateFile, 173RequestType = InstallRequestType.SaveInstallStateManifestVersions, 189RequestType = InstallRequestType.AdjustWorkloadMode, 205RequestType = InstallRequestType.AdjustWorkloadSetVersion, 215RequestType = InstallRequestType.RecordWorkloadSetInGlobalJson, 226RequestType = InstallRequestType.GetGlobalJsonWorkloadSetVersions,
5 references to RequestType
dotnet (3)
Commands\Workload\Install\NetSdkMsiInstallerServer.cs (3)
58switch (request.RequestType) 94UpdateDependent(request.RequestType, request.ProviderKeyName, request.Dependent); 135throw new InvalidOperationException($"Unknown message request: {(int)request.RequestType}");
dotnet.Tests (2)
WindowsInstallerTests.cs (2)
199if (request.RequestType == InstallRequestType.Shutdown) 206_dispatcher.ReplySuccess($"Received request: {request.RequestType}");