1 write to _threadingContext
Microsoft.VisualStudio.LanguageServices (1)
TableDataSource\Suppression\VisualStudioDiagnosticListSuppressionStateService.cs (1)
55
_threadingContext
= threadingContext;
3 references to _threadingContext
Microsoft.VisualStudio.LanguageServices (3)
TableDataSource\Suppression\VisualStudioDiagnosticListSuppressionStateService.cs (3)
61
_shellService = await serviceProvider.GetServiceAsync<SVsUIShell, IVsUIShell>(
_threadingContext
.JoinableTaskFactory).ConfigureAwait(false);
62
var errorList = await serviceProvider.GetServiceAsync<SVsErrorList, IErrorList>(
_threadingContext
.JoinableTaskFactory, throwOnFailure: false).ConfigureAwait(false);
65
await
_threadingContext
.JoinableTaskFactory.SwitchToMainThreadAsync(cancellationToken);