1 write to _threadingContext
Microsoft.VisualStudio.LanguageServices (1)
ProjectSystem\VisualStudioAddSolutionItemService.cs (1)
40
_threadingContext
= threadingContext;
3 references to _threadingContext
Microsoft.VisualStudio.LanguageServices (3)
ProjectSystem\VisualStudioAddSolutionItemService.cs (3)
46
_dte = await serviceProvider.GetServiceAsync<DTE, DTE>(
_threadingContext
.JoinableTaskFactory).ConfigureAwait(false);
47
_fileChangeService = await serviceProvider.GetServiceAsync<SVsFileChangeEx, IVsFileChangeEx>(
_threadingContext
.JoinableTaskFactory).ConfigureAwait(false);
93
await
_threadingContext
.JoinableTaskFactory.SwitchToMainThreadAsync(cancellationToken);