1 write to _threadingContext
Microsoft.VisualStudio.LanguageServices.Implementation (1)
RoslynVisualStudioWorkspace.cs (1)
53_threadingContext = threadingContext;
2 references to _threadingContext
Microsoft.VisualStudio.LanguageServices.Implementation (2)
RoslynVisualStudioWorkspace.cs (2)
94=> _threadingContext.JoinableTaskFactory.Run(() => TryGoToDefinitionAsync(symbol, project, cancellationToken)); 111_threadingContext, _streamingPresenter.Value, cancellationToken).ConfigureAwait(false);