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