public SyncHostConsoleDispatcher(ConsoleDispatcher parentDispatcher) : base(parentDispatcher) { }
public AsyncHostConsoleDispatcher(ConsoleDispatcher parentDispatcher) : base(parentDispatcher) { _marshaler = new Marshaler(this); }
protected Dispatcher(ConsoleDispatcher parentDispatcher) { ParentDispatcher = parentDispatcher; WpfConsole = parentDispatcher.WpfConsole; }