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