1 write to ThreadingContext
Microsoft.VisualStudio.LanguageServices (1)
SymbolSearch\AbstractDelayStartedService.cs (1)
61ThreadingContext = threadingContext;
9 references to ThreadingContext
Microsoft.VisualStudio.LanguageServices (9)
Packaging\PackageInstallerServiceFactory.cs (6)
165await ThreadingContext.JoinableTaskFactory.SwitchToMainThreadAsync(DisposalToken); 273await this.ThreadingContext.JoinableTaskFactory.SwitchToMainThreadAsync(cancellationToken); 351await this.ThreadingContext.JoinableTaskFactory.SwitchToMainThreadAsync(cancellationToken); 365await this.ThreadingContext.JoinableTaskFactory.SwitchToMainThreadAsync(cancellationToken); 412await this.ThreadingContext.JoinableTaskFactory.SwitchToMainThreadAsync(cancellationToken); 682this.ThreadingContext.ThrowIfNotOnUIThread();
Packaging\PackageInstallerServiceFactory_UndoRedo.cs (2)
29await this.ThreadingContext.JoinableTaskFactory.SwitchToMainThreadAsync(cancellationToken); 49await this.ThreadingContext.JoinableTaskFactory.SwitchToMainThreadAsync(cancellationToken);
SymbolSearch\AbstractDelayStartedService.cs (1)
47protected CancellationToken DisposalToken => ThreadingContext.DisposalToken;