1 write to _threadingContext
Microsoft.VisualStudio.LanguageServices.Implementation (1)
CodeModel\AbstractCodeModelService.cs (1)
73_threadingContext = threadingContext;
3 references to _threadingContext
Microsoft.VisualStudio.LanguageServices.Implementation (3)
CodeModel\AbstractCodeModelService.cs (3)
502var newSolution = _threadingContext.JoinableTaskFactory.Run(() => Renamer.RenameSymbolAsync(oldSolution, symbol, new SymbolRenameOptions(), newName)); 1044return _threadingContext.JoinableTaskFactory.Run(async () => 1090document = _threadingContext.JoinableTaskFactory.Run(async () =>