3 instantiations of InstallMessageDispatcher
dotnet (1)
Installer\Windows\InstallElevationContextBase.cs (1)
39
Dispatcher = new
InstallMessageDispatcher
(pipeStream);
dotnet.Tests (2)
WindowsInstallerTests.cs (2)
64
InstallMessageDispatcher sd =
new
(serverPipe);
65
InstallMessageDispatcher cd =
new
(clientPipe);
6 references to InstallMessageDispatcher
dotnet (2)
Installer\Windows\InstallElevationContextBase.cs (1)
31
public
InstallMessageDispatcher
Dispatcher
Installer\Windows\InstallerBase.cs (1)
41
protected
InstallMessageDispatcher
Dispatcher => ElevationContext.Dispatcher;
dotnet.Tests (4)
WindowsInstallerTests.cs (4)
64
InstallMessageDispatcher
sd = new(serverPipe);
65
InstallMessageDispatcher
cd = new(clientPipe);
178
InstallMessageDispatcher
_dispatcher;
180
public ServerDispatcher(
InstallMessageDispatcher
dispatcher)