1 implementation of RunWithShutdownBlockAsync
Microsoft.CodeAnalysis.EditorFeatures (1)
Shared\Utilities\ThreadingContext.cs (1)
65public JoinableTask RunWithShutdownBlockAsync(Func<CancellationToken, Task> func)
6 references to RunWithShutdownBlockAsync
Microsoft.VisualStudio.LanguageServices (5)
ProjectSystem\VisualStudioWorkspaceImpl.cs (1)
1510_threadingContext.RunWithShutdownBlockAsync(async cancellationToken =>
Snippets\AbstractSnippetInfoService.cs (2)
57_threadingContext.RunWithShutdownBlockAsync((_) => InitializeAndPopulateSnippetsCacheAsync(serviceProvider)); 79_threadingContext.RunWithShutdownBlockAsync((_) => PopulateSnippetCacheAsync());
TableDataSource\VisualStudioDiagnosticListTable.cs (1)
56_threadingContext.RunWithShutdownBlockAsync(async cancellationToken =>
Workspace\VisualStudioActiveDocumentTracker.cs (1)
55ThreadingContext.RunWithShutdownBlockAsync(async cancellationToken =>
Microsoft.VisualStudio.LanguageServices.Implementation (1)
CodeModel\ProjectCodeModelFactory.cs (1)
231_ = _threadingContext.RunWithShutdownBlockAsync(async cancellationToken =>