1 write to _threadingContext
Microsoft.VisualStudio.LanguageServices (1)
UnusedReferences\RemoveUnusedReferencesCommandHandler.cs (1)
54
_threadingContext
= threadingContext;
3 references to _threadingContext
Microsoft.VisualStudio.LanguageServices (3)
UnusedReferences\RemoveUnusedReferencesCommandHandler.cs (3)
120
if (dialog.ShowModal(
_threadingContext
.JoinableTaskFactory, solution, projectFilePath, referenceUpdates) == false)
145
ApplyUnusedReferenceUpdates(
_threadingContext
.JoinableTaskFactory, solution, projectFilePath, referenceChanges, CancellationToken.None);
176
var unusedReferences =
_threadingContext
.JoinableTaskFactory.Run(async () =>