1 write to _threadingContext
Microsoft.VisualStudio.LanguageServices (1)
CodeDefinitionWindow\VisualStudioCodeDefinitionWindowService.cs (1)
35
_threadingContext
= threadingContext;
3 references to _threadingContext
Microsoft.VisualStudio.LanguageServices (3)
CodeDefinitionWindow\VisualStudioCodeDefinitionWindowService.cs (3)
45
_lazyCodeDefView = await _asyncServiceProvider.GetServiceAsync<SVsCodeDefView, IVsCodeDefView>(
_threadingContext
.JoinableTaskFactory).ConfigureAwait(true);
55
await
_threadingContext
.JoinableTaskFactory.SwitchToMainThreadAsync(cancellationToken);
73
await
_threadingContext
.JoinableTaskFactory.SwitchToMainThreadAsync(cancellationToken);