1 write to _threadingContext
Microsoft.VisualStudio.LanguageServices (1)
TableDataSource\VisualStudioDiagnosticListTable.cs (1)
49
_threadingContext
= threadingContext;
3 references to _threadingContext
Microsoft.VisualStudio.LanguageServices (3)
TableDataSource\VisualStudioDiagnosticListTable.cs (3)
56
_threadingContext
.RunWithShutdownBlockAsync(async cancellationToken =>
59
await
_threadingContext
.JoinableTaskFactory.SwitchToMainThreadAsync(cancellationToken);
73
_threadingContext
,