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