1 write to _threadingContext
Microsoft.VisualStudio.LanguageServices (1)
CodeDefinitionWindow\VisualStudioCodeDefinitionWindowService.cs (1)
30_threadingContext = threadingContext;
2 references to _threadingContext
Microsoft.VisualStudio.LanguageServices (2)
CodeDefinitionWindow\VisualStudioCodeDefinitionWindowService.cs (2)
38await _threadingContext.JoinableTaskFactory.SwitchToMainThreadAsync(cancellationToken); 56await _threadingContext.JoinableTaskFactory.SwitchToMainThreadAsync(cancellationToken);