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)
502
var newSolution =
_threadingContext
.JoinableTaskFactory.Run(() => Renamer.RenameSymbolAsync(oldSolution, symbol, new SymbolRenameOptions(), newName));
1044
return
_threadingContext
.JoinableTaskFactory.Run(async () =>
1090
document =
_threadingContext
.JoinableTaskFactory.Run(async () =>