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