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