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