1 write to _threadingContext
Microsoft.VisualStudio.LanguageServices.Implementation (1)
ProjectSystem\CPS\CPSProjectFactory.cs (1)
50
_threadingContext
= threadingContext;
2 references to _threadingContext
Microsoft.VisualStudio.LanguageServices.Implementation (2)
ProjectSystem\CPS\CPSProjectFactory.cs (2)
169
await
_threadingContext
.JoinableTaskFactory.SwitchToMainThreadAsync(cancellationToken);
171
var shell = await _serviceProvider.GetServiceAsync<SVsShell, IVsShell7>(
_threadingContext
.JoinableTaskFactory).ConfigureAwait(true);