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); 55await _threadingContext.JoinableTaskFactory.SwitchToMainThreadAsync(cancellationToken); 73await _threadingContext.JoinableTaskFactory.SwitchToMainThreadAsync(cancellationToken);