1 write to Dispatcher
dotnet (1)
Installer\Windows\InstallElevationContextBase.cs (1)
39Dispatcher = new InstallMessageDispatcher(pipeStream);
2 references to Dispatcher
dotnet (2)
Installer\Windows\InstallClientElevationContext.cs (1)
56Dispatcher.Connect();
Installer\Windows\InstallerBase.cs (1)
41protected InstallMessageDispatcher Dispatcher => ElevationContext.Dispatcher;